Templa 0.0.1-alpha
C++ Metaprogramming Utilities
|
Utility to create an offset std::index_sequence. More...
Utility to create an offset std::index_sequence.
Given a base index sequence and an offset, this struct generates a new index sequence with each index incremented by the offset.
Offset | The starting offset to add to each index. |
Seq | The original std::index_sequence. |