std::const_mem_fun1_ref_t< _Ret, _Tp, _Arg > 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_fun1_ref_t< _Ret, _Tp, _Arg >:

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

Public Member Functions

 const_mem_fun1_ref_t (_Ret(_Tp::*__pf)(_Arg) const )
_Ret operator() (const _Tp &__r, _Arg __x) const

Private Attributes

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

Detailed Description

template<class _Ret, class _Tp, class _Arg>
class std::const_mem_fun1_ref_t< _Ret, _Tp, _Arg >

One of the adaptors for member pointers.

Definition at line 703 of file stl_function.h.


Constructor & Destructor Documentation

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

Definition at line 707 of file stl_function.h.


Member Function Documentation

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

Definition at line 711 of file stl_function.h.


Member Data Documentation

template<class _Ret, class _Tp, class _Arg>
_Ret(_Tp::* std::const_mem_fun1_ref_t< _Ret, _Tp, _Arg >::_M_f)(_Arg) 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