Please, help us to better know about our user community by answering the following short survey: https://forms.gle/wpyrxWi18ox9Z5ae9
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: