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

select2nd Struct Template Reference

#include <stl_function.h>

Inheritance diagram for select2nd:

Inheritance graph
[legend]
Collaboration diagram for select2nd:

Collaboration graph
[legend]
List of all members.

Public Methods

const Pair::second_type & operator() (const Pair &x) const

template<class Pair>
struct select2nd< Pair >


Member Function Documentation

template<class Pair>
const Pair::second_type& select2nd< Pair >::operator() const Pair &    x const [inline]
 

Definition at line 300 of file stl_function.h.

00301   {
00302     return x.second;
00303   }


The documentation for this struct was generated from the following file:
logo OpenMask

Documentation generated on Thu May 2 15:03:44 2002

Generated with doxygen 1.2.12 by Dimitri van Heesch ,   1997-2001