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