8 #include <ints/IntSeq.hpp> 61 template <
int...Ints1,
71 typedef typename _IntSeqCat<Nested,T...>::
type type;
79 typename _IntSeqCat<T...>::type;
IntSeq type
Internally mapped type.
_IntSeqCat< Nested, T... >::type type
Result of catting the whole list Ints1, Ints2,...
IntSeq< Ints... > type
Internally mapped type.
static constexpr int element()
Get the I element of the sequence.