The series continue.
Stupid std::tuple tricks: Selecting via an index sequence, part 2
by Raymond Chen
From the article:
Last time, we developed the select_tuple function which takes a tuple and an index sequence and produces a new tuple that selects the elements based on the index sequence...
Add a Comment
Comments are closed.