#include <stl_function.h>
Inheritance diagram for std::mem_fun1_t:
Public Methods | |
mem_fun1_t (_Ret(_Tp::*__pf)(_Arg)) | |
_Ret | operator() (_Tp *__p, _Arg __x) const |
Private Attributes | |
_Ret (_Tp::* | _M_f )(_Arg) |
|
Definition at line 559 of file stl_function.h. |
|
Definition at line 560 of file stl_function.h. |
|
|