LibreOffice
LibreOffice 24.2 SDK API Reference
|
A tuple, or pair. More...
import"Pair.idl";
Public Attributes | |
T | First |
first object. More... | |
U | Second |
second object. More... | |
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.