efl::eina::concat< integer_sequence< T, I1... >, integer_sequence< T, I2... > > Struct Template Reference

Compile-time concatenation of two integer sequences. More...

Additional Inherited Members

- Public Types inherited from efl::eina::integer_sequence< T, Ints >
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 inherited from efl::eina::integer_sequence< T, Ints >
static constexpr std::size_t size ()
 Get the number of elements in the sequence. More...
 

Detailed Description

template<typename T, T... I1, T... I2>
struct efl::eina::concat< integer_sequence< T, I1... >, integer_sequence< T, I2... > >

Compile-time concatenation of two integer sequences.