#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 522 of file stl_function.h. |
|
Definition at line 523 of file stl_function.h. |
|
|