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.

List of all members.


The documentation for this struct was generated from the following file:
 All Classes Functions Variables Typedefs Enumerator