|
Embedded Template Library 1.0
|
Public Member Functions | |
| binder2nd (const TFunction &f, const typename TFunction::second_argument_type &v) | |
| TFunction::result_type | operator() (typename TFunction::first_argument_type &x) const |
| TFunction::result_type | operator() (const typename TFunction::first_argument_type &x) const |
Protected Attributes | |
| TFunction | operation |
| TFunction::second_argument_type | value |
Additional Inherited Members | |
Public Types inherited from etl::unary_function< TFunction::first_argument_type, TFunction::result_type > | |
| typedef TFunction::first_argument_type | argument_type |
| typedef TFunction::result_type | result_type |