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

std::select2nd< Pair > Struct Template Reference

#include <sgi_stl_compat.h>

Inheritance diagram for std::select2nd< Pair >:

Inheritance graph
[legend]
Collaboration diagram for std::select2nd< Pair >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

template<class Pair>
struct std::select2nd< Pair >


Member Function Documentation

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

Definition at line 316 of file sgi_stl_compat.h.

00317   { return x.second; }


The documentation for this struct was generated from the following file:
Generated on Mon Apr 25 01:18:59 2005 for Parquete by doxygen 1.3.2