ReactOS 0.4.16-dev-237-gd6eebaa
|
#include <_function_adaptors.h>
Public Member Functions | |
const_mem_fun_t (__fun_type __pf) | |
_Ret | operator() (const _Tp *__p) const |
Private Types | |
typedef _Ret(_Tp::* | __fun_type) (void) const |
Private Attributes | |
__fun_type | _M_f |
Additional Inherited Members | |
Public Types inherited from unary_function< const _Tp *, _Ret > | |
typedef const _Tp * | argument_type |
typedef _Ret | result_type |
Protected Member Functions inherited from unary_function< const _Tp *, _Ret > | |
~unary_function () | |
Definition at line 509 of file _function_adaptors.h.
|
private |
Definition at line 510 of file _function_adaptors.h.
|
inlineexplicit |
Definition at line 512 of file _function_adaptors.h.
|
inline |
Definition at line 513 of file _function_adaptors.h.
|
private |
Definition at line 515 of file _function_adaptors.h.
Referenced by const_mem_fun_t< _Ret, _Tp >::operator()().