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