ReactOS 0.4.16-dev-205-g7b2bb7e
|
#include <_function_adaptors.h>
Public Member Functions | |
const_mem_fun1_ref_t (__fun_type __pf) | |
_Ret | operator() (const _Tp &__r, _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< _Tp, _Arg, _Ret > | |
typedef _Tp | first_argument_type |
typedef _Arg | second_argument_type |
typedef _Ret | result_type |
Protected Member Functions inherited from binary_function< _Tp, _Arg, _Ret > | |
~binary_function () | |
Definition at line 570 of file _function_adaptors.h.
|
private |
Definition at line 571 of file _function_adaptors.h.
|
inlineexplicit |
Definition at line 573 of file _function_adaptors.h.
|
inline |
Definition at line 574 of file _function_adaptors.h.
|
private |
Definition at line 576 of file _function_adaptors.h.
Referenced by const_mem_fun1_ref_t< _Ret, _Tp, _Arg >::operator()().