std::mem_fun_ref_t< void, _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::mem_fun_ref_t< void, _Tp >:

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

Public Member Functions

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

Private Attributes

void(_Tp::* _M_f )()

Detailed Description

template<class _Tp>
class std::mem_fun_ref_t< void, _Tp >

One of the adaptors for member pointers.

Definition at line 751 of file stl_function.h.


Member Function Documentation

template<class _Tp>
std::mem_fun_ref_t< void, _Tp >::mem_fun_ref_t void(_Tp::*  __pf)()  )  [inline, explicit]
 

Definition at line 755 of file stl_function.h.

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

Definition at line 759 of file stl_function.h.


Member Data Documentation

template<class _Tp>
void(_Tp::* std::mem_fun_ref_t< void, _Tp >::_M_f)() [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