Please, help us to better know about our user community by answering the following short survey: https://forms.gle/wpyrxWi18ox9Z5ae9
utility::tuple::Tuple< T, Ts... > Struct Template Reference

Detailed Description

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

specialisation of the Tuple class when the tuple has at least one element.

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.

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