LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
Pair< T, U > Struct Reference

A tuple, or pair. More...

import"Pair.idl";

Public Attributes

First
 first object. More...
 
Second
 second object. More...
 

Detailed Description

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.

Since
OOo 3.0

Member Data Documentation

◆ First

T First

first object.

◆ Second

U Second

second object.


The documentation for this struct was generated from the following file: