TooN Algorithm Library - tag
0.2
|
#include <tuple.h>
Public Types | |
typedef V_list<..., V_list< C, V_list< B, V_list< A, V_ListEnd > > > > | type |
The V_list type with elements A, B, C, ... More... | |
A convinience type for generating tag::V_list types. Note that the arguments are written in the order which matches use of operator,()
. This can be used to generate V_list types with up to 10 elements.
typedef V_list<..., V_list<C, V_list<B, V_list<A, V_ListEnd> > > > tag::V_tuple< A, B, C, >::type |
The V_list type with elements A, B, C, ...