.TH "std::mem_fun1_t< _Ret, _Tp, _Arg >" 3cxx "Sun Jan 10 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::mem_fun1_t< _Ret, _Tp, _Arg > \- One of the \fBadaptors for member pointers\fP\&. .SH SYNOPSIS .br .PP .PP Inherits \fBstd::binary_function< _Tp *, _Arg, _Ret >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef _Tp * \fBfirst_argument_type\fP" .br .RI "\fCfirst_argument_type\fP is the type of the first argument " .ti -1c .RI "typedef _Ret \fBresult_type\fP" .br .RI "\fCresult_type\fP is the return type " .ti -1c .RI "typedef _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 "\fBmem_fun1_t\fP (_Ret(_Tp::*__pf)(_Arg))" .br .ti -1c .RI "_Ret \fBoperator()\fP (_Tp *__p, _Arg __x) const" .br .in -1c .SH "Detailed Description" .PP .SS "template .br class std::mem_fun1_t< _Ret, _Tp, _Arg >" One of the \fBadaptors for member pointers\fP\&. .PP Definition at line 1275 of file stl_function\&.h\&. .SH "Member Typedef Documentation" .PP .SS "typedef _Tp * \fBstd::binary_function\fP< _Tp * , _Arg , _Ret >::\fBfirst_argument_type\fP\fC [inherited]\fP" .PP \fCfirst_argument_type\fP is the type of the first argument .PP Definition at line 121 of file stl_function\&.h\&. .SS "typedef _Ret \fBstd::binary_function\fP< _Tp * , _Arg , _Ret >::\fBresult_type\fP\fC [inherited]\fP" .PP \fCresult_type\fP is the return type .PP Definition at line 127 of file stl_function\&.h\&. .SS "typedef _Arg \fBstd::binary_function\fP< _Tp * , _Arg , _Ret >::\fBsecond_argument_type\fP\fC [inherited]\fP" .PP \fCsecond_argument_type\fP is the type of the second argument .PP Definition at line 124 of file stl_function\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.