pair Struct Template Reference
[Utility Library]

#include <stlsoft/util/pair.hpp>

List of all members.


Detailed Description

template<typename T1, typename T2>
struct stlsoft::pair< T1, T2 >

Represents a pair.

Parameters:
T1 The type of the first member
T2 The type of the second member

Public Types

typedef T1 first_type
 The first type.
typedef T2 second_type
 The second type.

Public Member Functions

Construction
 pair ()
 Default constructor.
 pair (first_type const &v1, second_type const &v2)
 Converstion constructor.

Public Attributes

Members
first_type first
 The first member.
second_type second
 The second member.

Member Typedef Documentation

typedef T1 first_type

The first type.

typedef T2 second_type

The second type.


Constructor & Destructor Documentation

pair (  )  [inline]

Default constructor.

pair ( first_type const &  v1,
second_type const &  v2 
) [inline]

Converstion constructor.


Member Data Documentation

The first member.

The second member.


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

Generated on Thu Jun 10 08:59:03 2010 for STLSoft by  doxygen 1.5.6