|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <ahFunction.H>
Public Member Functions | |
| mem_fun1_ref_t (_Ret(_Tp::*__pf)(_Arg)) | |
| _Ret | operator() (_Tp &__r, _Arg __x) const |
Private Attributes | |
| _Ret(_Tp::* | _M_f )(_Arg) |
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 598 of file ahFunction.H.
Definition at line 602 of file ahFunction.H.
|
inline |
Definition at line 605 of file ahFunction.H.
References Aleph::mem_fun1_ref_t< _Ret, _Tp, _Arg >::_M_f, and Aleph::maps().
Definition at line 612 of file ahFunction.H.
Referenced by Aleph::mem_fun1_ref_t< _Ret, _Tp, _Arg >::operator()(), and Aleph::mem_fun1_ref_t< void, _Tp, _Arg >::operator()().