.TH "std::greater_equal< _Tp >" 3cxx "Thu Aug 2 2012" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::greater_equal< _Tp > \- .SH SYNOPSIS .br .PP .PP Inherits \fBstd::binary_function< _Tp, _Tp, bool >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef _Tp \fBfirst_argument_type\fP" .br .ti -1c .RI "typedef bool \fBresult_type\fP" .br .ti -1c .RI "typedef _Tp \fBsecond_argument_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "bool \fBoperator()\fP (const _Tp &__x, const _Tp &__y) const " .br .in -1c .SH "Detailed Description" .PP .SS "templatestruct std::greater_equal< _Tp >" One of the \fBcomparison functors\fP\&. .PP Definition at line 235 of file stl_function\&.h\&. .SH "Member Typedef Documentation" .PP .SS "typedef _Tp \fBstd::binary_function\fP< _Tp , _Tp , bool >::\fBfirst_argument_type\fP\fC [inherited]\fP" .PP the type of the first argument (no surprises here) .PP Definition at line 114 of file stl_function\&.h\&. .SS "typedef bool \fBstd::binary_function\fP< _Tp , _Tp , bool >::\fBresult_type\fP\fC [inherited]\fP" .PP type of the return type .PP Definition at line 118 of file stl_function\&.h\&. .SS "typedef _Tp \fBstd::binary_function\fP< _Tp , _Tp , bool >::\fBsecond_argument_type\fP\fC [inherited]\fP" .PP the type of the second argument .PP Definition at line 117 of file stl_function\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.