#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 591 of file stl_function.h.
|
||||||||||
|
Definition at line 595 of file stl_function.h. References std::mem_fun_t< _Ret, _Tp >::_M_f. |
|
||||||||||
|
Definition at line 599 of file stl_function.h. References std::mem_fun_t< _Ret, _Tp >::_M_f. |
|
|||||
|
Referenced by std::mem_fun_t< _Ret, _Tp >::mem_fun_t(), and std::mem_fun_t< _Ret, _Tp >::operator()(). |
1.3.6