⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 std__unary_negate.3

📁 Free C++ Standard Library
💻 3
字号:
.TH std::unary_negate 3 "13 Sep 1999" "FREE_C++_STANDARD_LIBRARY" \" -*- nroff -*-.ad l.nh.SH NAMEstd::unary_negate \- .SH SYNOPSIS.br.PPInherits \fBstd::unary_function<typename Predicate::argument_type, bool>\fR..PP.SS Public Members.in +1c.ti -1c.RI "explicit \fBunary_negate\fR (const Predicate &pred)".br.ti -1c.RI "bool \fBoperator()\fR (const typename Predicate::argument_type &x) const".br.in -1c.SS Protected Members.in +1c.ti -1c.RI "Predicate \fBp\fR".br.in -1c.SH MEMBER FUNCTION DOCUMENTATION.PP .SS template<class Predicate> explicit std::unary_negate<Predicate>::unary_negate<Predicate> (const Predicate & pred).PP.nf: p(pred).br                {.br                }.fi.SS template<class Predicate> bool std::unary_negate<Predicate>::operator() (const typename Predicate::argument_type & x) const.PP.nf{.br                        return !p(x);.br                }.fi.SH MEMBER DATA DOCUMENTATION.PP .SS template<class Predicate> Predicate std::unary_negate<Predicate>::p\fC [protected]\fR.PP.SH AUTHOR.PP Generated automatically by Doxygen for FREE_C++_STANDARD_LIBRARY from the source code.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -