Templa 0.0.1-alpha
C++ Metaprogramming Utilities
Loading...
Searching...
No Matches
templa::offset_index_sequence< Offset, Seq > Struct Template Reference

Utility to create an offset std::index_sequence. More...

Detailed Description

template<std::size_t Offset, typename Seq>
struct templa::offset_index_sequence< Offset, Seq >

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.

Template Parameters
OffsetThe starting offset to add to each index.
SeqThe original std::index_sequence.

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