Whole document tree
    

Whole document tree

Templatestd::const_mem_fun_ref_t< void, _Tp > class Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::const_mem_fun_ref_t< void, _Tp > Class Template Reference

#include <stl_function.h>

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

Inheritance graph
[legend]
Collaboration diagram for std::const_mem_fun_ref_t< void, _Tp >:

Collaboration graph
[legend]
List of all members.

Public Methods

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

Private Attributes

void(_Tp::* _M_f )() const

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


Member Function Documentation

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

Definition at line 666 of file stl_function.h.

References std::const_mem_fun_ref_t< _Ret, _Tp >::_M_f.

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

Definition at line 667 of file stl_function.h.

References std::const_mem_fun_ref_t< _Ret, _Tp >::_M_f.


Member Data Documentation

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


The documentation for this class was generated from the following file:
Generated on Mon Apr 8 03:18:24 2002 for libstdc++-v3 Source by doxygen1.2.15