![]() |
Max OS 0.3
|
A pair of two objects. More...
#include <pair.h>
Public Member Functions | |
| Pair () | |
| _____________________________Implementation___________________________________________/// | |
| Pair (First, Second) | |
| Creates a new pair. | |
Public Attributes | |
| First | first |
| The first object (often the key) | |
| Second | second |
| The second object (often the value) | |
A pair of two objects.
| First | The type of the first object |
| Second | The type of the second object |
| MaxOS::common::Pair< First, Second >::Pair | ( | First | first, |
| Second | second | ||
| ) |
The second object (often the value)
Definition at line 26 of file pair.h.
Referenced by MaxOS::common::Map< Key, Value >::insert().