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 | ( | ) |
Default constructor.
Pair | ( | T | first, | |
U | second | |||
) |
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