C++ Fold Expressions 101--Jonathan Boccara
Back to the basics.
C++ Fold Expressions 101
by Jonathan Boccara
From the article:
C++17 brought fold expressions to the language. This interesting feature allows to write expressive code, that almost seems magical.
Here is a two-posts recap on how fold expressions work (this post) and how they can improve your code (the next post).