|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <ahFunction.H>
Public Member Functions | |
| binder2nd (const _Operation &__x, const typename _Operation::second_argument_type &__y) | |
| _Operation::result_type | operator() (const typename _Operation::first_argument_type &__x) const |
| _Operation::result_type | operator() (typename _Operation::first_argument_type &__x) const |
Protected Attributes | |
| _Operation | op |
| _Operation::second_argument_type | value |
Additional Inherited Members | |
Public Types inherited from Aleph::unary_function< _Operation::first_argument_type, _Operation::result_type > | |
| typedef _Operation::first_argument_type | argument_type |
| typedef _Operation::result_type | result_type |
Definition at line 344 of file ahFunction.H.
|
inline |
Definition at line 356 of file ahFunction.H.
|
inline |
Definition at line 361 of file ahFunction.H.
References Aleph::maps(), Aleph::binder2nd< _Operation >::op, and Aleph::binder2nd< _Operation >::value.
|
inline |
Definition at line 367 of file ahFunction.H.
References Aleph::maps(), Aleph::binder2nd< _Operation >::op, and Aleph::binder2nd< _Operation >::value.
|
protected |
Definition at line 350 of file ahFunction.H.
Referenced by Aleph::binder2nd< _Operation >::operator()(), and Aleph::binder2nd< _Operation >::operator()().
|
protected |
Definition at line 352 of file ahFunction.H.
Referenced by Aleph::binder2nd< _Operation >::operator()(), and Aleph::binder2nd< _Operation >::operator()().