.TH "std::const_mem_fun1_t< _Ret, _Tp, _Arg >" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::const_mem_fun1_t< _Ret, _Tp, _Arg > \- One of the \fBadaptors for member pointers\fP\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBstd::binary_function< const _Tp *, _Arg, _Ret >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "\fBtypedef\fP const _Tp * \fBfirst_argument_type\fP" .br .RI "\fCfirst_argument_type\fP is the type of the first argument " .ti -1c .RI "\fBtypedef\fP _Ret \fBresult_type\fP" .br .RI "\fCresult_type\fP is the return type " .ti -1c .RI "\fBtypedef\fP _Arg \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 "\fBconst_mem_fun1_t\fP (_Ret(_Tp::*\fB__pf\fP)(_Arg) const)" .br .ti -1c .RI "_Ret \fBoperator()\fP (const _Tp *__p, _Arg __x) const" .br .in -1c .SH "Detailed Description" .PP .SS "template<\fBtypename\fP _Ret, \fBtypename\fP _Tp, \fBtypename\fP _Arg> .br class std::const_mem_fun1_t< _Ret, _Tp, _Arg >"One of the \fBadaptors for member pointers\fP\&. .SH "Member Typedef Documentation" .PP .SS "\fBtypedef\fP const _Tp * \fBstd::binary_function\fP< const _Tp * , _Arg , _Ret >::first_argument_type\fC [inherited]\fP" .PP \fCfirst_argument_type\fP is the type of the first argument .SS "\fBtypedef\fP _Ret \fBstd::binary_function\fP< const _Tp * , _Arg , _Ret >::result_type\fC [inherited]\fP" .PP \fCresult_type\fP is the return type .SS "\fBtypedef\fP _Arg \fBstd::binary_function\fP< const _Tp * , _Arg , _Ret >::second_argument_type\fC [inherited]\fP" .PP \fCsecond_argument_type\fP is the type of the second argument .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.