k-Tuple data type More...
#include <tuple.h>
Public Attributes | |
| first_type | first |
| First tuple component. | |
| second_type | second |
| Second tuple component. | |
| third_type | third |
| Third tuple component. | |
| fourth_type | fourth |
| Fourth tuple component. | |
| fifth_type | fifth |
| Fifth tuple component. | |
| sixth_type | sixth |
| Sixth tuple component. | |
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.
1.7.1