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