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

#include <ahFunction.H>

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

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
 

Detailed Description

template<class _Ret, class _Tp, class _Arg>
class Aleph::mem_fun1_ref_t< _Ret, _Tp, _Arg >

Definition at line 598 of file ahFunction.H.

Constructor & Destructor Documentation

◆ mem_fun1_ref_t()

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

Definition at line 602 of file ahFunction.H.

Member Function Documentation

◆ operator()()

template<class _Ret , class _Tp , class _Arg >
_Ret Aleph::mem_fun1_ref_t< _Ret, _Tp, _Arg >::operator() ( _Tp __r,
_Arg  __x 
) const
inline

Definition at line 605 of file ahFunction.H.

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

Member Data Documentation

◆ _M_f


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