Sierra Toolkit  Version of the Day
eastl::pair< T1, T2 > Struct Template Reference

#include <utility_eastl.h>

Public Types

typedef T1 first_type
 
typedef T2 second_type
 

Public Member Functions

 pair (const T1 &x)
 
 pair (const T1 &x, const T2 &y)
 
template<typename U , typename V >
 pair (const pair< U, V > &p)
 

Public Attributes

T1 first
 
T2 second
 

Detailed Description

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

pair

Implements a simple pair, just like the C++ std::pair.

Definition at line 94 of file utility_eastl.h.


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