Stxxl
1.3.2
|
Partial specialization for 5- tuple
.
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 |
Public Member Functions | |
tuple (first_type fir, second_type sec, third_type thi, fourth_type fou, fifth_type fif) | |
Public Attributes | |
first_type | first |
second_type | second |
third_type | third |
fourth_type | fourth |
fifth_type | fifth |
Partial specialization for 5- tuple
.