.TH "std::unary_negate< _Predicate >" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::unary_negate< _Predicate > \- One of the \fBnegation functors\fP\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBstd::unary_function< _Predicate::argument_type, bool >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "\fBtypedef\fP _Predicate::argument_type \fBargument_type\fP" .br .RI "\fCargument_type\fP is the type of the argument " .ti -1c .RI "\fBtypedef\fP bool \fBresult_type\fP" .br .RI "\fCresult_type\fP is the return type " .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBconstexpr\fP \fBunary_negate\fP (\fBconst\fP _Predicate &__x)" .br .ti -1c .RI "\fBconstexpr\fP bool \fBoperator()\fP (\fBconst\fP \fBtypename\fP _Predicate::argument_type &__x) \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::unary_negate< _Predicate >"One of the \fBnegation functors\fP\&. .SH "Member Typedef Documentation" .PP .SS "\fBtypedef\fP _Predicate::argument_type \fBstd::unary_function\fP< _Predicate::argument_type , bool >::argument_type\fC [inherited]\fP" .PP \fCargument_type\fP is the type of the argument .SS "\fBtypedef\fP bool \fBstd::unary_function\fP< _Predicate::argument_type , bool >::result_type\fC [inherited]\fP" .PP \fCresult_type\fP is the return type .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.