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

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

Public Member Functions

 mem_fun1_ref_t (void(_Tp::*__pf)(_Arg))
void operator() (_Tp &__r, _Arg __x) const

Private Attributes

void(_Tp::* _M_f )(_Arg)

Detailed Description

template<class _Tp, class _Arg>
class std::mem_fun1_ref_t< void, _Tp, _Arg >

One of the adaptors for member pointers.

Definition at line 816 of file stl_function.h.


Member Function Documentation

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

Definition at line 821 of file stl_function.h.

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

Definition at line 825 of file stl_function.h.


Member Data Documentation

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