|
Sierra Toolkit
Version of the Day
|
#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 |
pair
Implements a simple pair, just like the C++ std::pair.
Definition at line 94 of file utility_eastl.h.