.TH "std::logical_not< _Tp >" 3cxx "Thu Aug 2 2012" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::logical_not< _Tp > \- .SH SYNOPSIS .br .PP .PP Inherits \fBstd::unary_function< _Tp, bool >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef _Tp \fBargument_type\fP" .br .ti -1c .RI "typedef bool \fBresult_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "bool \fBoperator()\fP (const _Tp &__x) const " .br .in -1c .SH "Detailed Description" .PP .SS "templatestruct std::logical_not< _Tp >" One of the \fBBoolean operations functors\fP\&. .PP Definition at line 281 of file stl_function\&.h\&. .SH "Member Typedef Documentation" .PP .SS "typedef _Tp \fBstd::unary_function\fP< _Tp , bool >::\fBargument_type\fP\fC [inherited]\fP" .PP \fCargument_type\fP is the type of the argument (no surprises here) .PP Definition at line 102 of file stl_function\&.h\&. .SS "typedef bool \fBstd::unary_function\fP< _Tp , bool >::\fBresult_type\fP\fC [inherited]\fP" .PP \fCresult_type\fP is the return type .PP Definition at line 105 of file stl_function\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.