Enhanced C#
Language of your choice: library documentation
|
A tuple of three values (A
, B
and C
) in a struct.
More...
A tuple of three values (A
, B
and C
) in a struct.
For compatibility with Tuple{A,B,C}, it has Item1
, Item2
and Item3
properties, which refer to the A, B and C fields, respectively.
Public fields | |
T1 | A |
T2 | B |
T3 | C |
Properties | |
T1 | Item1 [get, set] |
T2 | Item2 [get, set] |
T3 | Item3 [get, set] |
Static Public Member Functions | |
static bool | operator== (Triplet< T1, T2, T3 > a, Triplet< T1, T2, T3 > b) |
static bool | operator!= (Triplet< T1, T2, T3 > a, Triplet< T1, T2, T3 > b) |