utility::tuple::ElemTypeHolder< k, Tuple< T, Ts... > > Struct Template Reference

Detailed Description

template<size_t k, class T, class... Ts>
struct utility::tuple::ElemTypeHolder< k, Tuple< T, Ts... > >

specialisation of the ElemTypeHolder class when the number of elements inside the tuple is bigger than 1. It recursively calls itself to detect the type of each element in the tuple

Template Parameters
T: the type of the first element in the tuple.
Ts...the rest of the elements in the tuple. Ts... can be empty.
Kis the Kth element in the tuple

The documentation for this struct was generated from the following file: