#include <stl_function.h>
Inheritance diagram for std::mem_fun1_ref_t:
Public Methods | |
mem_fun1_ref_t (_Ret(_Tp::*__pf)(_Arg)) | |
_Ret | operator() (_Tp &__r, _Arg __x) const |
Private Attributes | |
_Ret (_Tp::* | _M_f )(_Arg) |
|
Definition at line 578 of file stl_function.h. |
|
Definition at line 579 of file stl_function.h. |
|
|