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