Inheritance diagram for __gnu_cxx::constant_binary_fun< Result, Arg1, Arg2 >:


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