.TH "std::mem_fun_ref_t< _Ret, _Tp >" 3cxx "Fri Dec 19 2014" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::mem_fun_ref_t< _Ret, _Tp > \- .SH SYNOPSIS .br .PP .PP Inherits \fBstd::unary_function< _Tp, _Ret >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef _Tp \fBargument_type\fP" .br .ti -1c .RI "typedef _Ret \fBresult_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBmem_fun_ref_t\fP (_Ret(_Tp::*__pf)())" .br .ti -1c .RI "_Ret \fBoperator()\fP (_Tp &__r) const " .br .in -1c .SH "Detailed Description" .PP .SS "templateclass std::mem_fun_ref_t< _Ret, _Tp >" One of the \fBadaptors for member pointers\fP\&. .PP Definition at line 578 of file stl_function\&.h\&. .SH "Member Typedef Documentation" .PP .SS "typedef _Tp \fBstd::unary_function\fP< _Tp , _Ret >::\fBargument_type\fP\fC [inherited]\fP" .PP \fCargument_type\fP is the type of the argument .PP Definition at line 104 of file stl_function\&.h\&. .SS "typedef _Ret \fBstd::unary_function\fP< _Tp , _Ret >::\fBresult_type\fP\fC [inherited]\fP" .PP \fCresult_type\fP is the return type .PP Definition at line 107 of file stl_function\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.