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

📄 std__binary_negate.3

📁 Free C++ Standard Library
💻 3
字号:
.TH std::binary_negate 3 "13 Sep 1999" "FREE_C++_STANDARD_LIBRARY" \" -*- nroff -*-.ad l.nh.SH NAMEstd::binary_negate \- .SH SYNOPSIS.br.PPInherits \fBstd::binary_function<typename Predicate::first_argument_type, typename Predicate::second_argument_Type, bool>\fR..PP.SS Public Members.in +1c.ti -1c.RI "explicit \fBbinary_negate\fR (const Predicate &pred)".br.ti -1c.RI "bool \fBoperator()\fR (const typename Predicate::first_argument_type &x, const typename Predicate::second_argument_type &y) 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::binary_negate<Predicate>::binary_negate<Predicate> (const Predicate & pred).PP.nf: p(pred).br                {.br                }.fi.SS template<class Predicate> bool std::binary_negate<Predicate>::operator() (const typename Predicate::first_argument_type & x, const typename Predicate::second_argument_type & y) const.PP.nf{.br                        return !p(x,y);.br                }.fi.SH MEMBER DATA DOCUMENTATION.PP .SS template<class Predicate> Predicate std::binary_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 + -