ReactOS 0.4.16-dev-136-g52192f1
|
#include <_function_adaptors.h>
Public Member Functions | |
mem_fun1_ref_t (__fun_type __pf) | |
_Ret | operator() (_Tp &__r, _Arg __x) const |
Private Types | |
typedef _Ret(_Tp::* | __fun_type) (_Arg) |
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 560 of file _function_adaptors.h.
|
private |
Definition at line 561 of file _function_adaptors.h.
|
inlineexplicit |
Definition at line 563 of file _function_adaptors.h.
|
inline |
Definition at line 564 of file _function_adaptors.h.
|
private |
Definition at line 566 of file _function_adaptors.h.
Referenced by mem_fun1_ref_t< _Ret, _Tp, _Arg >::operator()().