ReactOS 0.4.16-dev-927-g467dec4
|
#include <_function_adaptors.h>
Public Member Functions | |
mem_fun_ref_t (__fun_type __pf) | |
_Ret | operator() (_Tp &__r) const |
Private Types | |
typedef _Ret(_Tp::* | __fun_type) (void) |
Private Attributes | |
__fun_type | _M_f |
Additional Inherited Members | |
![]() | |
typedef _Tp | argument_type |
typedef _Ret | result_type |
![]() | |
~unary_function () | |
Definition at line 519 of file _function_adaptors.h.
|
private |
Definition at line 520 of file _function_adaptors.h.
|
inlineexplicit |
Definition at line 522 of file _function_adaptors.h.
|
inline |
Definition at line 523 of file _function_adaptors.h.
|
private |
Definition at line 525 of file _function_adaptors.h.
Referenced by mem_fun_ref_t< _Ret, _Tp >::operator()().