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

#include <ahFunction.H>

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

Public Member Functions

 mem_fun_ref_t (_Ret(_Tp::*__pf)())
 
_Ret operator() (_Tp &__r) const
 

Private Attributes

_Ret(_Tp::* _M_f )()
 

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::mem_fun_ref_t< _Ret, _Tp >

Definition at line 522 of file ahFunction.H.

Constructor & Destructor Documentation

◆ mem_fun_ref_t()

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

Definition at line 526 of file ahFunction.H.

Member Function Documentation

◆ operator()()

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

Definition at line 529 of file ahFunction.H.

References Aleph::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: