Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::TypeTraits::TypeListGet< T, N, M > Struct Template Reference

Retrieves the type at the specified index in the TypeList. More...

Detailed Description

template<typename T, int N, int M = 0>
struct SC::TypeTraits::TypeListGet< T, N, M >

Retrieves the type at the specified index in the TypeList.

Template Parameters
TThe current type being inspected.
NIndex of the type to retrieve.
MInitial index position in the type list.

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