A tuple, or pair. More...
import "Pair.idl";
| Public Attributes | |
| T | First | 
| first object. | |
| U | Second | 
| second object. | |
A tuple, or pair.
This structure allows for conveniently packing together two values of any type, and could be useful as the result type of methods.
| T First | 
first object.
| U Second | 
second object.