Embedded Template Library 1.0
|
Public Member Functions | |
binder1st (const TFunction &f, const typename TFunction::first_argument_type &v) | |
TFunction::result_type | operator() (typename TFunction::second_argument_type &x) const |
TFunction::result_type | operator() (const typename TFunction::second_argument_type &x) const |
Protected Attributes | |
TFunction | operation |
TFunction::first_argument_type | value |
Additional Inherited Members | |
![]() | |
typedef TFunction::second_argument_type | argument_type |
typedef TFunction::result_type | result_type |