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

std::select1st< Pair > Struct Template Reference

#include <sgi_stl_compat.h>

Inheritance diagram for std::select1st< Pair >:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

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


Member Function Documentation

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

Definition at line 309 of file sgi_stl_compat.h.

00310   { return x.first; }


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