SpiecsEngine
 
Loading...
Searching...
No Matches

◆ nth

template<typename TypeList , size_t N>
using Spices::nth = typename detail::nth<TypeList, N>::type

Get element of type_list by specific index.

Template Parameters
TypeListtype_list.
NSpecific index of type_list.

Definition at line 281 of file TypeList.h.