VHISTlib
1.84.0.3018
|
Template class which holds three values of types T, U and V. More...
Public Member Functions | |
Tripple (const T &t, const U &u, const V &v) | |
Public Attributes | |
T | first |
U | second |
V | third |
Template class which holds three values of types T, U and V.
T must have a default constructor and be copyable.