nth_type
Header:
Since:
nth_type.hSince:
TBCDefines the nth type in a variadic list of types.
Member types
type Defined as the nth type in the type list.
type_list An etl::type_list of all of the types.
Static asserts if N is out of range.
Classes
template <size_t Index, typename... TTypes>
struct nth_typetemplate <size_t Index, typename... TTypes>
struct nth_type<Index, etl::type_list<TTypes...>>template <size_t Index, typename... TTypes>
using nth_type_t = typename nth_type<Index, TTypes...>::type;