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