Polarith AI
1.8
Tuple< T, U > Struct Template Reference

Description

Struct to store two variables (X,Y) of any type.

Public Fields

X
 First value. More...
 
Y
 Second value. More...
 

Public Methods

 Tuple (T _x, U _y)
 Contructor that takes two arguments of any type. More...
 
Imprint