std::const_mem_fun_ref_t< _Ret, _Tp > Class Template Reference
[Adaptors for pointers to members]

One of the adaptors for member pointers. More...

#include <stl_function.h>

Inheritance diagram for std::const_mem_fun_ref_t< _Ret, _Tp >:

std::unary_function< _Tp, _Ret > List of all members.

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

Detailed Description

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

One of the adaptors for member pointers.

Definition at line 639 of file stl_function.h.


Constructor & Destructor Documentation

template<class _Ret, class _Tp>
std::const_mem_fun_ref_t< _Ret, _Tp >::const_mem_fun_ref_t _Ret(_Tp::*  __pf)() const  )  [inline, explicit]
 

Definition at line 643 of file stl_function.h.


Member Function Documentation

template<class _Ret, class _Tp>
_Ret std::const_mem_fun_ref_t< _Ret, _Tp >::operator() const _Tp &  __r  )  const [inline]
 

Definition at line 647 of file stl_function.h.


Member Data Documentation

template<class _Ret, class _Tp>
_Ret(_Tp::* std::const_mem_fun_ref_t< _Ret, _Tp >::_M_f)() const [private]
 


The documentation for this class was generated from the following file:
Generated on Tue Jan 30 17:32:15 2007 for GNU C++ STL by doxygen 1.3.6