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

std::pair Struct Template Reference

#include <stl_pair.h>

List of all members.

Public Types


Public Methods


Public Attributes

template<class _T1, class _T2> struct std::pair


Member Typedef Documentation

typedef _T1 first_type
 

typedef _T2 second_type
 


Constructor & Destructor Documentation

pair ( ) [inline]
 

pair ( const _T1 & __a,
const _T2 & __b ) [inline]
 

pair ( const pair< _U1, _U2 > & __p ) [inline]
 


Member Data Documentation

_T1 first
 

_T2 second
 


The documentation for this struct was generated from the following file:
Generated at Fri Apr 6 15:54:35 2001 for libstdc++ by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001