Stupid std::tuple tricks: Creating more interesting index sequences--Raymond Chen
The series continue.
Stupid std::tuple tricks: Creating more interesting index sequences
by Raymond Chen
From the article:
Last time, we wrote offset_sequence_t, which takes an existing sequence and adds a fixed value to each element. This is the sort of index manipulation you may want to generalize. So let’s generalize it...

All you need to know;
Getting up to date.