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