|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <ahFunction.H>
Public Member Functions | |
| const_mem_fun1_ref_t (_Ret(_Tp::*__pf)(_Arg) const) | |
| _Ret | operator() (const _Tp &__r, _Arg __x) const |
Private Attributes | |
| _Ret(_Tp::* | _M_f )(_Arg) const |
Additional Inherited Members | |
Public Types inherited from Aleph::binary_function< _Tp, _Arg, _Ret > | |
| typedef _Tp | first_argument_type |
| typedef _Arg | second_argument_type |
| typedef _Ret | result_type |
Definition at line 617 of file ahFunction.H.
|
inlineexplicit |
Definition at line 621 of file ahFunction.H.
|
inline |
Definition at line 624 of file ahFunction.H.
References Aleph::const_mem_fun1_ref_t< _Ret, _Tp, _Arg >::_M_f, and Aleph::maps().
Definition at line 631 of file ahFunction.H.
Referenced by Aleph::const_mem_fun1_ref_t< _Ret, _Tp, _Arg >::operator()(), and Aleph::const_mem_fun1_ref_t< void, _Tp, _Arg >::operator()().