C++ Insights Episode 39: Recursion-free templates with C++17s fold expressions
I published a new C++ insights episode: Recursion-free templates with C++17s fold expressions.
In this episode, you learn how to write recursion-free templates with C++17s fold expressions.
Source code: https://cppinsights.io/s/e673e6fb
Andreas