ReactOS 0.4.16-dev-197-g92996da
|
#include <_function_base.h>
Public Types | |
typedef _Arg1 | first_argument_type |
typedef _Arg2 | second_argument_type |
typedef _Result | result_type |
Public Member Functions | |
_Constant_binary_fun (const _Result &__v) | |
const result_type & | operator() (const _Arg1 &, const _Arg2 &) const |
Public Attributes | |
_Result | _M_val |
Definition at line 193 of file _function_base.h.
typedef _Arg1 _Constant_binary_fun< _Result, _Arg1, _Arg2 >::first_argument_type |
Definition at line 194 of file _function_base.h.
typedef _Result _Constant_binary_fun< _Result, _Arg1, _Arg2 >::result_type |
Definition at line 196 of file _function_base.h.
typedef _Arg2 _Constant_binary_fun< _Result, _Arg1, _Arg2 >::second_argument_type |
Definition at line 195 of file _function_base.h.
|
inline |
Definition at line 199 of file _function_base.h.
|
inline |
Definition at line 200 of file _function_base.h.
_Result _Constant_binary_fun< _Result, _Arg1, _Arg2 >::_M_val |
Definition at line 197 of file _function_base.h.
Referenced by _Constant_binary_fun< _Result, _Arg1, _Arg2 >::operator()().