#include <ustl.h>
Public Types | |
| typedef T1 | first_type |
| typedef T2 | second_type |
Public Member Functions | |
| pair (void) | |
| Default constructor. | |
| pair (const T1 &a, const T2 &b) | |
Initializes members with a, and b. | |
| pair & | operator= (const pair< T1, T2 > &p2) |
| template<typename T3, typename T4> pair & | operator= (const pair< T3, T4 > &p2) |
Public Attributes | |
| first_type | first |
| second_type | second |