MySQL 5.6.14 Source Code Document
|
Public Types | |
typedef T1 | first_type |
typedef T2 | second_type |
Public Member Functions | |
pair (const T1 &t1, const T2 &t2) | |
template<typename U1 , typename U2 > | |
pair (const pair< U1, U2 > &p) |
Public Attributes | |
first_type | first |
second_type | second |