ReactOS 0.4.16-dev-88-ga65b6ae
|
#include <_function_adaptors.h>
Public Member Functions | |
const_mem_fun1_t (__fun_type __pf) | |
_Ret | operator() (const _Tp *__p, _Arg __x) const |
Private Types | |
typedef _Ret(_Tp::* | __fun_type) (_Arg) const |
Private Attributes | |
__fun_type | _M_f |
Additional Inherited Members | |
Public Types inherited from binary_function< const _Tp *, _Arg, _Ret > | |
typedef const _Tp * | first_argument_type |
typedef _Arg | second_argument_type |
typedef _Ret | result_type |
Protected Member Functions inherited from binary_function< const _Tp *, _Arg, _Ret > | |
~binary_function () | |
Definition at line 549 of file _function_adaptors.h.
|
private |
Definition at line 550 of file _function_adaptors.h.
|
inlineexplicit |
Definition at line 552 of file _function_adaptors.h.
|
inline |
Definition at line 553 of file _function_adaptors.h.
|
private |
Definition at line 556 of file _function_adaptors.h.
Referenced by const_mem_fun1_t< _Ret, _Tp, _Arg >::operator()().