std::_Select2nd< _Pair > Struct Template Reference

#include <stl_function.h>

Inheritance diagram for std::_Select2nd< _Pair >:

std::unary_function< _Pair, _Pair::second_type > __gnu_cxx::select2nd< _Pair > List of all members.

Public Member Functions

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

Detailed Description

template<class _Pair>
struct std::_Select2nd< _Pair >

Definition at line 555 of file stl_function.h.


Member Function Documentation

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

Definition at line 563 of file stl_function.h.

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

Definition at line 559 of file stl_function.h.


The documentation for this struct was generated from the following file:
Generated on Tue Feb 2 16:59:10 2010 for GNU C++ STL by  doxygen 1.4.7