aggregate_pair< T1, T2 > Struct Template Reference
Detailed Descriptiontemplate<typename T1, typename T2 = T1>
|
typedef T1 first_type |
typedef T2 second_type |
Friends And Related Function Documentation
bool operator!= | ( | const aggregate_pair< T1, T2 > & | x, |
const aggregate_pair< T1, T2 > & | y | ||
) | [friend] |
bool operator< | ( | const aggregate_pair< T1, T2 > & | x, |
const aggregate_pair< T1, T2 > & | y | ||
) | [friend] |
bool operator<= | ( | const aggregate_pair< T1, T2 > & | x, |
const aggregate_pair< T1, T2 > & | y | ||
) | [friend] |
bool operator== | ( | const aggregate_pair< T1, T2 > & | x, |
const aggregate_pair< T1, T2 > & | y | ||
) | [friend] |
bool operator> | ( | const aggregate_pair< T1, T2 > & | x, |
const aggregate_pair< T1, T2 > & | y | ||
) | [friend] |
bool operator>= | ( | const aggregate_pair< T1, T2 > & | x, |
const aggregate_pair< T1, T2 > & | y | ||
) | [friend] |
void swap | ( | aggregate_pair< T1, T2 > & | x, |
aggregate_pair< T1, T2 > & | y | ||
) | [friend] |