Inheritance diagram for __gnu_cxx::constant_unary_fun< Result, Argument >:


Public Types | |
| typedef Argument | argument_type |
| typedef Result | result_type |
Public Member Functions | |
| constant_unary_fun (const Result &__v) | |
| const result_type & | operator() (const Argument &) const |
Public Attributes | |
| result_type | M_val |
Definition at line 287 of file ext/functional.
1.5.1