Stxxl
1.3.2
|
k-Tuple data type More...
#include <tuple.h>
Public Types | |
typedef T1 | first_type |
typedef T2 | second_type |
typedef T3 | third_type |
typedef T4 | fourth_type |
typedef T5 | fifth_type |
typedef T6 | sixth_type |
Public Member Functions | |
tuple (first_type fir, second_type sec, third_type thi, fourth_type fou, fifth_type fif, sixth_type six) | |
Public Attributes | |
first_type | first |
First tuple component. More... | |
second_type | second |
Second tuple component. More... | |
third_type | third |
Third tuple component. More... | |
fourth_type | fourth |
Fourth tuple component. More... | |
fifth_type | fifth |
Fifth tuple component. More... | |
sixth_type | sixth |
Sixth tuple component. More... | |
k-Tuple data type
(defined for k < 7)
fifth_type tuple< T1, T2, T3, T4, T5, T6 >::fifth |
Fifth tuple component.
first_type tuple< T1, T2, T3, T4, T5, T6 >::first |
First tuple component.
fourth_type tuple< T1, T2, T3, T4, T5, T6 >::fourth |
Fourth tuple component.
second_type tuple< T1, T2, T3, T4, T5, T6 >::second |
Second tuple component.
sixth_type tuple< T1, T2, T3, T4, T5, T6 >::sixth |
Sixth tuple component.
third_type tuple< T1, T2, T3, T4, T5, T6 >::third |
Third tuple component.