ReactOS 0.4.16-dev-974-g5022a45
|
#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 | |
![]() | |
typedef _Tp * | argument_type |
typedef _Ret | result_type |
![]() | |
~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()().