Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::_Select2nd Struct Template Reference

#include <stl_function.h>

Inheritance diagram for std::_Select2nd:

Inheritance graph
[legend]
Collaboration diagram for std::_Select2nd:

Collaboration graph
[legend]
List of all members.

Public Methods

_Pair::second_type& operator() (_Pair &__x) const
const _Pair::second_type& operator() (const _Pair &__x) const

template<class _Pair> struct std::_Select2nd


Member Function Documentation

template<class _Pair>
const _Pair::second_type & std::_Select2nd<_Pair>::operator() ( const _Pair & __x ) const [inline]
 

Definition at line 352 of file stl_function.h.

template<class _Pair>
_Pair::second_type & std::_Select2nd<_Pair>::operator() ( _Pair & __x ) const [inline]
 

Definition at line 349 of file stl_function.h.


The documentation for this struct was generated from the following file:
Generated at Tue May 1 16:30:01 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001