ReactOS 0.4.16-dev-240-gdb5fa3b
|
#include <_function_adaptors.h>
Public Member Functions | |
const_mem_fun_ref_t (__fun_type __pf) | |
_Ret | operator() (const _Tp &__r) 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< _Tp, _Ret > | |
typedef _Tp | argument_type |
typedef _Ret | result_type |
Protected Member Functions inherited from unary_function< _Tp, _Ret > | |
~unary_function () | |
Definition at line 529 of file _function_adaptors.h.
|
private |
Definition at line 530 of file _function_adaptors.h.
|
inlineexplicit |
Definition at line 532 of file _function_adaptors.h.
|
inline |
Definition at line 533 of file _function_adaptors.h.
|
private |
Definition at line 535 of file _function_adaptors.h.
Referenced by const_mem_fun_ref_t< _Ret, _Tp >::operator()().