STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ... ATLSTL - Template Software for the Active Template Library COMSTL - The Standard Template Library meets the Component Object Model .netSTL - Standard Template Library meets the Microsoft.NET Common Language Runtime InetSTL - The Standard Template Library meets WinInet MFCSTL - Template Software for the Microsoft Foundation Classes UNIXSTL - Template Software for the UNIX Operating System WinSTL - where the Standard Template Library meets the Win32 API

Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

pair Struct Template Reference

Represents a pair. More...

#include <stlsoft_pair.h>

List of all members.

Public Types

typedef T1 first_type
 The first type.

typedef T2 second_type
 The second type.


Public Methods

 pair ()
 Default constructor.

 pair (const first_type &v1, const second_type &v2)
 Constructor.


Public Attributes

first_type first
 The first member.

second_type second
 The second member.


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


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 const first_type   v1,
const second_type   v2
[inline]
 

Constructor.


Member Data Documentation

first_type first
 

The first member.

second_type second
 

The second member.


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

STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004