https://www.cppstories.com/2025/tuple-iteration-cpp26/
C++ Templates: How to Iterate through std::tuple: C++26 Packs and Expansion...
In part 1 of this mini-series, we looked at the basics of iterating over a std::tuple using index_sequence and fold expressions. In part 2, we simplified...
std tuplectemplatesiterate
https://www.cppstories.com/2022/tuple-iteration-apply/
C++ Templates: How to Iterate through std::tuple: std::apply and More - C++ Stories
In the previous article on the tuple iteration, we covered the basics. As a result, we implemented a function template that took a tuple and could nicely print...
std tuplectemplatesiterate