Polarith AI
1.8
Public Fields
|
Public Methods
|
List of all members
Tuple< T, U > Struct Template Reference
Description
Struct to store two variables (X,Y) of any type.
Public Fields
T
X
First value.
More...
U
Y
Second value.
More...
Public Methods
Tuple
(T _x, U _y)
Contructor that takes two arguments of any type.
More...