Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::const_mem_fun_ref_t< _Ret, _Tp > Class Template Reference

#include <ahFunction.H>

Inheritance diagram for Aleph::const_mem_fun_ref_t< _Ret, _Tp >:
[legend]
Collaboration diagram for Aleph::const_mem_fun_ref_t< _Ret, _Tp >:
[legend]

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
 

Detailed Description

template<class _Ret, class _Tp>
class Aleph::const_mem_fun_ref_t< _Ret, _Tp >

Definition at line 541 of file ahFunction.H.

Constructor & Destructor Documentation

◆ const_mem_fun_ref_t()

template<class _Ret , class _Tp >
Aleph::const_mem_fun_ref_t< _Ret, _Tp >::const_mem_fun_ref_t ( _Ret(_Tp::*)() const  __pf)
inlineexplicit

Definition at line 545 of file ahFunction.H.

Member Function Documentation

◆ operator()()

template<class _Ret , class _Tp >
_Ret Aleph::const_mem_fun_ref_t< _Ret, _Tp >::operator() ( const _Tp __r) const
inline

Definition at line 548 of file ahFunction.H.

References Aleph::const_mem_fun_ref_t< _Ret, _Tp >::_M_f, and Aleph::maps().

Member Data Documentation

◆ _M_f


The documentation for this class was generated from the following file: