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