Represents a 3-tuple. More...
#include <tuples.hh>
Public Member Functions | |
triple (const T1 &x1, const T2 &x2, const T3 &x3) | |
Public Attributes | |
T3 | third |
third value |
Represents a 3-tuple.
triple stores three values first, second, third. extension of std::pair to 3-tuple
LocARNA::triple< T1, T2, T3 >::triple | ( | const T1 & | x1, |
const T2 & | x2, | ||
const T3 & | x3 | ||
) | [inline] |
Construct from three values
x1 | value 1 |
x2 | value 2 |
x3 | value 3 |