|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <ahFunction.H>
Public Member Functions | |
| const_mem_fun_ref_t (_Ret(_Tp::*__pf)() const) | |
| _Ret | operator() (const _Tp &__r) const |
Private Attributes | |
| _Ret(_Tp::* | _M_f )() const |
Additional Inherited Members | |
Public Types inherited from Aleph::unary_function< _Tp, _Ret > | |
| typedef _Tp | argument_type |
| typedef _Ret | result_type |
Definition at line 541 of file ahFunction.H.
|
inlineexplicit |
Definition at line 545 of file ahFunction.H.
|
inline |
Definition at line 548 of file ahFunction.H.
References Aleph::const_mem_fun_ref_t< _Ret, _Tp >::_M_f, and Aleph::maps().
|
private |
Definition at line 555 of file ahFunction.H.
Referenced by Aleph::const_mem_fun_ref_t< _Ret, _Tp >::operator()(), and Aleph::const_mem_fun_ref_t< void, _Tp >::operator()().