Generic pair class. More...
Public Member Functions | |
| Pair (T first, U second) | |
| Create a Pair object from existing data. | |
| Pair () | |
| Default constructor. | |
Properties | |
| T | First [get, set] |
| the first component | |
| U | Second [get, set] |
| the second component | |
Generic pair class.
| Pair | ( | ) | [inline] |
Default constructor.
| Pair | ( | T | first, | |
| U | second | |||
| ) | [inline] |
Create a Pair object from existing data.
| first | the first component | |
| second | the second component |
T First [get, set] |
the first component
U Second [get, set] |
the second component
1.6.3