#include <stl_function.h>
Inheritance diagram for std::mem_fun_t:
Public Methods | |
mem_fun_t (_Ret(_Tp::*__pf)()) | |
_Ret | operator() (_Tp *__p) const |
Private Attributes | |
_Ret(_Tp::* | _M_f )() |
|
Definition at line 565 of file stl_function.h. References std::mem_fun_t< _Ret, _Tp >::_M_f. |
|
Definition at line 566 of file stl_function.h. References std::mem_fun_t< _Ret, _Tp >::_M_f. |
|
Referenced by std::mem_fun_t< void, _Tp >::mem_fun_t(), std::mem_fun_t< _Ret, _Tp >::mem_fun_t(), std::mem_fun_t< void, _Tp >::operator()(), and std::mem_fun_t< _Ret, _Tp >::operator()(). |