ReactOS 0.4.16-dev-59-gd481587
|
#include <_function_adaptors.h>
Public Member Functions | |
mem_fun_t (__fun_type __pf) | |
_Ret | operator() (_Tp *__p) const |
Private Types | |
typedef _Ret(_Tp::* | __fun_type) (void) |
Private Attributes | |
__fun_type | _M_f |
Additional Inherited Members | |
Public Types inherited from unary_function< _Tp *, _Ret > | |
typedef _Tp * | argument_type |
typedef _Ret | result_type |
Protected Member Functions inherited from unary_function< _Tp *, _Ret > | |
~unary_function () | |
Definition at line 499 of file _function_adaptors.h.
Definition at line 500 of file _function_adaptors.h.
|
inlineexplicit |
Definition at line 502 of file _function_adaptors.h.
|
inline |
Definition at line 503 of file _function_adaptors.h.
|
private |
Definition at line 505 of file _function_adaptors.h.
Referenced by mem_fun_t< _Ret, _Tp >::operator()().