.TH "std::mem_fun_t< _Ret, _Tp >" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::mem_fun_t< _Ret, _Tp > \- One of the \fBadaptors for member pointers\fP\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBstd::unary_function< _Tp *, _Ret >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "\fBtypedef\fP _Tp * \fBargument_type\fP" .br .RI "\fCargument_type\fP is the type of the argument " .ti -1c .RI "\fBtypedef\fP \fB_Ret\fP \fBresult_type\fP" .br .RI "\fCresult_type\fP is the return type " .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBmem_fun_t\fP (\fB_Ret\fP(_Tp::*\fB__pf\fP)())" .br .ti -1c .RI "\fB_Ret\fP \fBoperator()\fP (_Tp *__p) \fBconst\fP" .br .in -1c .SH "Detailed Description" .PP .SS "template<\fBtypename\fP \fB_Ret\fP, \fBtypename\fP _Tp> .br class std::mem_fun_t< _Ret, _Tp >"One of the \fBadaptors for member pointers\fP\&. .PP Definition at line \fB1203\fP of file \fBstl_function\&.h\fP\&. .SH "Member Typedef Documentation" .PP .SS "\fBtypedef\fP _Tp * \fBstd::unary_function\fP< _Tp * , \fB_Ret\fP >::argument_type\fC [inherited]\fP" .PP \fCargument_type\fP is the type of the argument .PP Definition at line \fB108\fP of file \fBstl_function\&.h\fP\&. .SS "\fBtypedef\fP \fB_Ret\fP \fBstd::unary_function\fP< _Tp * , \fB_Ret\fP >::result_type\fC [inherited]\fP" .PP \fCresult_type\fP is the return type .PP Definition at line \fB111\fP of file \fBstl_function\&.h\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "template<\fBtypename\fP \fB_Ret\fP , \fBtypename\fP _Tp > \fBstd::mem_fun_t\fP< \fB_Ret\fP, _Tp >::mem_fun_t (\fB_Ret\fP(_Tp::*)() __pf)\fC [inline]\fP, \fC [explicit]\fP" .PP Definition at line \fB1207\fP of file \fBstl_function\&.h\fP\&. .SH "Member Function Documentation" .PP .SS "template<\fBtypename\fP \fB_Ret\fP , \fBtypename\fP _Tp > \fB_Ret\fP \fBstd::mem_fun_t\fP< \fB_Ret\fP, _Tp >::operator() (_Tp * __p) const\fC [inline]\fP" .PP Definition at line \fB1211\fP of file \fBstl_function\&.h\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.