#include <stl_function.h>
Inheritance diagram for std::_Constant_binary_fun:
Public Types | |
typedef _Arg1 | first_argument_type |
typedef _Arg2 | second_argument_type |
typedef _Result | result_type |
Public Methods | |
_Constant_binary_fun (const _Result &__v) | |
const result_type& | operator() (const _Arg1 &, const _Arg2 &) const |
Public Attributes | |
_Result | _M_val |
|
Definition at line 402 of file stl_function.h. |
|
Definition at line 404 of file stl_function.h. |
|
Definition at line 403 of file stl_function.h. |
|
Definition at line 407 of file stl_function.h. |
|
Definition at line 408 of file stl_function.h. |
|
Definition at line 405 of file stl_function.h. |