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

std::__select1st_hint< Pair, U > Struct Template Reference

#include <sgi_stl_compat.h>

Inheritance diagram for std::__select1st_hint< Pair, U >:

Inheritance graph
[legend]
Collaboration diagram for std::__select1st_hint< Pair, U >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

const U & operator() (const Pair &x) const

template<class Pair, class U>
struct std::__select1st_hint< Pair, U >


Member Function Documentation

template<class Pair, class U>
const U& std::__select1st_hint< Pair, U >::operator() const Pair &  x  )  const [inline]
 

Definition at line 304 of file sgi_stl_compat.h.

00304 { const U& operator () (const Pair& x) const { return x.first; } };


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