ReactOS 0.4.16-dev-340-g0540c21
|
#include <_function.h>
Public Types | |
typedef _Base::argument_type | argument_type |
typedef _Base::result_type | result_type |
Public Types inherited from unary_function< __BINARY_ARG(_Operation, second_argument_type), __BINARY_ARG(_Operation, result_type) > | |
typedef __BINARY_ARG(_Operation, second_argument_type) | argument_type |
typedef __BINARY_ARG(_Operation, result_type) | result_type |
Public Member Functions | |
binder1st (const _Operation &__x, _ValueParamType __y) | |
result_type | operator() (_ConstArgParamType __x) const |
result_type | operator() (_ArgParamType __x) const |
Protected Attributes | |
_Operation | op |
_Operation::first_argument_type | _M_value |
Private Types | |
typedef unary_function< typename __BINARY_ARG(_Operation, second_argument_type), typename __BINARY_ARG(_Operation, result_type) > | _Base |
typedef __call_traits< argument_type >::param_type | _ArgParamType |
typedef __call_traits< argument_type >::const_param_type | _ConstArgParamType |
typedef __call_traits< typename_Operation::first_argument_type >::const_param_type | _ValueParamType |
Additional Inherited Members | |
Protected Member Functions inherited from unary_function< __BINARY_ARG(_Operation, second_argument_type), __BINARY_ARG(_Operation, result_type) > | |
~unary_function () | |
Definition at line 188 of file _function.h.
|
private |
Definition at line 197 of file _function.h.
|
private |
Definition at line 192 of file _function.h.
|
private |
Definition at line 198 of file _function.h.
|
private |
Definition at line 199 of file _function.h.
typedef _Base::argument_type binder1st< _Operation >::argument_type |
Definition at line 194 of file _function.h.
typedef _Base::result_type binder1st< _Operation >::result_type |
Definition at line 195 of file _function.h.
|
inline |
Definition at line 205 of file _function.h.
|
inline |
Definition at line 211 of file _function.h.
|
inline |
Definition at line 208 of file _function.h.
|
protected |
Definition at line 203 of file _function.h.
Referenced by binder1st< _Operation >::operator()().
Definition at line 202 of file _function.h.
Referenced by binder1st< _Operation >::operator()().