Compile-time sequence of integers. More...
Public Types | |
typedef T | value_type |
Type of the integers. More... | |
typedef integer_sequence< T, Ints... > | type |
Type for the sequence instantiation. More... | |
Static Public Member Functions | |
static constexpr std::size_t | size () |
Get the number of elements in the sequence. More... | |
Compile-time sequence of integers.
typedef T efl::eina::integer_sequence< T, Ints >::value_type |
Type of the integers.
typedef integer_sequence<T, Ints...> efl::eina::integer_sequence< T, Ints >::type |
Type for the sequence instantiation.
|
inlinestatic |
Get the number of elements in the sequence.
std::size_t
representing the sequence size.