#include <stl_function.h>
Inheritance diagram for std::mem_fun_t< _Ret, _Tp >:

| Public Member Functions | |
| mem_fun_t (_Ret(_Tp::*__pf)()) | |
| _Ret | operator() (_Tp *__p) const | 
| Private Attributes | |
| _Ret(_Tp::* | _M_f )() | 
Definition at line 583 of file stl_function.h.
| std::mem_fun_t< _Ret, _Tp >::mem_fun_t | ( | _Ret(_Tp::*)() | __pf | ) |  [inline, explicit] | 
Definition at line 587 of file stl_function.h.
| _Ret std::mem_fun_t< _Ret, _Tp >::operator() | ( | _Tp * | __p | ) | const  [inline] | 
| _Ret(_Tp::* std::mem_fun_t< _Ret, _Tp >::_M_f)()  [private] | 
Referenced by std::mem_fun_t< _Ret, _Tp >::operator()().
 1.4.7
 1.4.7