![]() |
Iridescence 1.00
Embedded Graphic Framework
|
pair is a class that represents a pair of two values. More...
#include <ds_types_pair.h>
Public Member Functions | |
| pair () | |
| Creates a pair object. | |
| pair (const T &first, const Q &second) | |
| Creates a pair object. | |
Public Attributes | |
| T | first |
| First element. | |
| Q | second |
| Second element. | |
pair is a class that represents a pair of two values.