#include <stl_function.h>
Inheritance diagram for std::const_mem_fun_t:
Public Methods | |
const_mem_fun_t (_Ret(_Tp::*__pf)() const) | |
_Ret | operator() (const _Tp *__p) const |
Private Attributes | |
_Ret (_Tp::* | _M_f )() const |
|
Definition at line 531 of file stl_function.h. |
|
Definition at line 532 of file stl_function.h. |
|
|