pair< T1, T2 > Struct Template Reference | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Public Types | |
| typedef T1 | first_type |
| typedef T2 | second_type |
Public Member Functions | |
| pair & | operator= (pair x) |
| template<typename U1 , typename U2 > | |
| pair (const aggregate_pair< U1, U2 > &p) | |
| template<typename U1 , typename U2 > | |
| pair (const std::pair< U1, U2 > &p) | |
| template<typename U1 , typename U2 > | |
| pair (const pair< U1, U2 > &p) | |
| pair (T1 x, T2 y) | |
| pair (move_from< pair > x) | |
| pair () | |
Public Attributes | |
| T1 | first |
| T2 | second |
Friends | |
| bool | operator< (const pair &x, const pair &y) |
| bool | operator== (const pair &x, const pair &y) |
| void | swap (pair &x, pair &y) |
Detailed Description
template<typename T1, typename T2 = T1>
struct adobe::pair< T1, T2 >
Definition at line 72 of file pair.hpp.
Member Typedef Documentation
| typedef T1 first_type |
| typedef T2 second_type |
Constructor & Destructor Documentation
| pair | ( | const aggregate_pair< U1, U2 > & | p | ) |
Member Function Documentation
Friends And Related Function Documentation
Member Data Documentation

