A class template that represents a compile-time sequence of integers. This is used mostly with std::get<T> to access elements of a tuple.
The template parameter of this template is the number of elemnts in the sequence. Negative values are not supported.
#include <utility/YiTypeTraits.h>
Public Types | |
| typedef YiIndexSequence< S... > | type |
| typedef YiIndexSequence<S...> YiMakeIndexSequence< S >::type |