
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 252 of file ext/functional.
1.5.1