ReactOS 0.4.16-dev-319-g6cf4263
|
#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, first_argument_type), __BINARY_ARG(_Operation, result_type)> | |
typedef __BINARY_ARG(_Operation, first_argument_type) | argument_type |
typedef __BINARY_ARG(_Operation, result_type) | result_type |
Public Member Functions | |
binder2nd (const _Operation &__x, _ValueParamType __y) | |
result_type | operator() (_ConstArgParamType __x) const |
result_type | operator() (_ArgParamType __x) const |
Protected Attributes | |
_Operation | op |
_Operation::second_argument_type | value |
Private Types | |
typedef unary_function< typename __BINARY_ARG(_Operation, first_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::second_argument_type >::const_param_type | _ValueParamType |
Additional Inherited Members | |
Protected Member Functions inherited from unary_function< __BINARY_ARG(_Operation, first_argument_type), __BINARY_ARG(_Operation, result_type)> | |
~unary_function () | |
Definition at line 223 of file _function.h.
|
private |
Definition at line 232 of file _function.h.
|
private |
Definition at line 227 of file _function.h.
|
private |
Definition at line 233 of file _function.h.
|
private |
Definition at line 234 of file _function.h.
typedef _Base::argument_type binder2nd< _Operation >::argument_type |
Definition at line 229 of file _function.h.
typedef _Base::result_type binder2nd< _Operation >::result_type |
Definition at line 230 of file _function.h.
|
inline |
Definition at line 240 of file _function.h.
|
inline |
Definition at line 246 of file _function.h.
|
inline |
Definition at line 243 of file _function.h.
Definition at line 237 of file _function.h.
Referenced by binder2nd< _Operation >::operator()().
|
protected |
Definition at line 238 of file _function.h.