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

#include <ahFunction.H>

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

Public Member Functions

 const_mem_fun1_t (_Ret(_Tp::*__pf)(_Arg) const)
 
_Ret operator() (const _Tp *__p, _Arg __x) const
 

Private Attributes

_Ret(_Tp::* _M_f )(_Arg) const
 

Additional Inherited Members

- Public Types inherited from Aleph::binary_function< const _Tp *, _Arg, _Ret >
typedef const _Tp * first_argument_type
 
typedef _Arg second_argument_type
 
typedef _Ret result_type
 

Detailed Description

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

Definition at line 579 of file ahFunction.H.

Constructor & Destructor Documentation

◆ const_mem_fun1_t()

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

Definition at line 583 of file ahFunction.H.

Member Function Documentation

◆ operator()()

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

Member Data Documentation

◆ _M_f


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