|
Adobe Source Libraries 2.0.0
A collection of C++ libraries.
|
#include <pair.hpp>
Public Types | |
| typedef T1 | first_type |
| typedef T2 | second_type |
Public Attributes | |
| T1 | first |
| T2 | second |
Friends | |
| bool | operator== (const aggregate_pair &x, const aggregate_pair &y) |
| bool | operator< (const aggregate_pair &x, const aggregate_pair &y) |
| bool | operator!= (const aggregate_pair &x, const aggregate_pair &y) |
| bool | operator> (const aggregate_pair &x, const aggregate_pair &y) |
| bool | operator<= (const aggregate_pair &x, const aggregate_pair &y) |
| bool | operator>= (const aggregate_pair &x, const aggregate_pair &y) |
| void | swap (aggregate_pair &x, aggregate_pair &y) |
| typedef T1 first_type |
| typedef T2 second_type |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |