ReactOS 0.4.15-dev-8621-g4b051b9
|
#include <_function_base.h>
Public Types | |
typedef _Argument | argument_type |
typedef _Result | result_type |
Public Member Functions | |
_Constant_unary_fun (const result_type &__v) | |
const result_type & | operator() (const _Argument &) const |
Public Attributes | |
result_type | _M_val |
Definition at line 183 of file _function_base.h.
typedef _Argument _Constant_unary_fun< _Result, _Argument >::argument_type |
Definition at line 184 of file _function_base.h.
typedef _Result _Constant_unary_fun< _Result, _Argument >::result_type |
Definition at line 185 of file _function_base.h.
|
inline |
Definition at line 188 of file _function_base.h.
|
inline |
Definition at line 189 of file _function_base.h.
result_type _Constant_unary_fun< _Result, _Argument >::_M_val |
Definition at line 186 of file _function_base.h.
Referenced by _Constant_unary_fun< _Result, _Argument >::operator()().