.TH "std::binary_negate< _Predicate >" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::binary_negate< _Predicate > \- One of the \fBnegation functors\fP\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBstd::binary_function< _Predicate::first_argument_type, _Predicate::second_argument_type, bool >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "\fBtypedef\fP _Predicate::first_argument_type \fBfirst_argument_type\fP" .br .RI "\fCfirst_argument_type\fP is the type of the first argument " .ti -1c .RI "\fBtypedef\fP bool \fBresult_type\fP" .br .RI "\fCresult_type\fP is the return type " .ti -1c .RI "\fBtypedef\fP _Predicate::second_argument_type \fBsecond_argument_type\fP" .br .RI "\fCsecond_argument_type\fP is the type of the second argument " .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "_GLIBCXX14_CONSTEXPR \fBbinary_negate\fP (\fBconst\fP _Predicate &__x)" .br .ti -1c .RI "_GLIBCXX14_CONSTEXPR bool \fBoperator()\fP (\fBconst\fP \fBtypename\fP _Predicate::first_argument_type &__x, \fBconst\fP \fBtypename\fP _Predicate::second_argument_type &\fB__y\fP) \fBconst\fP" .br .in -1c .SS "Protected Attributes" .in +1c .ti -1c .RI "_Predicate \fB_M_pred\fP" .br .in -1c .SH "Detailed Description" .PP .SS "template<\fBtypename\fP _Predicate> .br class std::binary_negate< _Predicate >"One of the \fBnegation functors\fP\&. .PP Definition at line \fB1029\fP of file \fBstl_function\&.h\fP\&. .SH "Member Typedef Documentation" .PP .SS "\fBtypedef\fP _Predicate::first_argument_type \fBstd::binary_function\fP< _Predicate::first_argument_type , _Predicate::second_argument_type , bool >::first_argument_type\fC [inherited]\fP" .PP \fCfirst_argument_type\fP is the type of the first argument .PP Definition at line \fB121\fP of file \fBstl_function\&.h\fP\&. .SS "\fBtypedef\fP bool \fBstd::binary_function\fP< _Predicate::first_argument_type , _Predicate::second_argument_type , bool >::result_type\fC [inherited]\fP" .PP \fCresult_type\fP is the return type .PP Definition at line \fB127\fP of file \fBstl_function\&.h\fP\&. .SS "\fBtypedef\fP _Predicate::second_argument_type \fBstd::binary_function\fP< _Predicate::first_argument_type , _Predicate::second_argument_type , bool >::second_argument_type\fC [inherited]\fP" .PP \fCsecond_argument_type\fP is the type of the second argument .PP Definition at line \fB124\fP of file \fBstl_function\&.h\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "template<\fBtypename\fP _Predicate > _GLIBCXX14_CONSTEXPR \fBstd::binary_negate\fP< _Predicate >::binary_negate (\fBconst\fP _Predicate & __x)\fC [inline]\fP, \fC [explicit]\fP" .PP Definition at line \fB1039\fP of file \fBstl_function\&.h\fP\&. .SH "Member Function Documentation" .PP .SS "template<\fBtypename\fP _Predicate > _GLIBCXX14_CONSTEXPR bool \fBstd::binary_negate\fP< _Predicate >::operator() (\fBconst\fP \fBtypename\fP _Predicate::first_argument_type & __x, \fBconst\fP \fBtypename\fP _Predicate::second_argument_type & __y) const\fC [inline]\fP" .PP Definition at line \fB1043\fP of file \fBstl_function\&.h\fP\&. .SH "Member Data Documentation" .PP .SS "template<\fBtypename\fP _Predicate > _Predicate \fBstd::binary_negate\fP< _Predicate >::_M_pred\fC [protected]\fP" .PP Definition at line \fB1034\fP of file \fBstl_function\&.h\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.