Public Types | |
| typedef _T1 | first_type |
| typedef _T2 | second_type |
Public Member Functions | |
| pair () | |
| pair (const _T1 &__a, const _T2 &__b) | |
Public Attributes | |
| _T1 | first |
| _T2 | second |
| typedef _T1 first_type |
| typedef _T2 second_type |
| pair | ( | ) |
| pair | ( | const _T1 & | __a, |
| const _T2 & | __b | ||
| ) |
| _T1 first |
| _T2 second |
1.8.7