ReactOS 0.4.16-dev-588-gf07ea94
|
#include <_function.h>
Public Types | |
typedef _Base::argument_type | argument_type |
typedef _Base::result_type | result_type |
Public Types inherited from unary_function< __UNARY_ARG(_Operation2, argument_type), __UNARY_ARG(_Operation1, result_type)> | |
typedef __UNARY_ARG(_Operation2, argument_type) | argument_type |
typedef __UNARY_ARG(_Operation1, result_type) | result_type |
Public Member Functions | |
unary_compose (const _Operation1 &__x, const _Operation2 &__y) | |
result_type | operator() (_ArgParamType __x) const |
Protected Attributes | |
_Operation1 | _M_fn1 |
_Operation2 | _M_fn2 |
Private Types | |
typedef unary_function< typename __UNARY_ARG(_Operation2, argument_type), typename __UNARY_ARG(_Operation1, result_type)> | _Base |
typedef __call_traits< argument_type >::const_param_type | _ArgParamType |
Additional Inherited Members | |
Protected Member Functions inherited from unary_function< __UNARY_ARG(_Operation2, argument_type), __UNARY_ARG(_Operation1, result_type)> | |
~unary_function () | |
Definition at line 261 of file _function.h.
|
private |
Definition at line 270 of file _function.h.
|
private |
Definition at line 265 of file _function.h.
typedef _Base::argument_type unary_compose< _Operation1, _Operation2 >::argument_type |
Definition at line 267 of file _function.h.
typedef _Base::result_type unary_compose< _Operation1, _Operation2 >::result_type |
Definition at line 268 of file _function.h.
|
inline |
Definition at line 275 of file _function.h.
|
inline |
Definition at line 278 of file _function.h.
|
protected |
Definition at line 272 of file _function.h.
Referenced by unary_compose< _Operation1, _Operation2 >::operator()().
|
protected |
Definition at line 273 of file _function.h.
Referenced by unary_compose< _Operation1, _Operation2 >::operator()().