Let's unravel the secrets behind C++17's structured bindings

Posted on Sun 17 May 2020 in C++ • Tagged with C++17, structured bindings.

Trivia:

I had a good intuition on how structured bindings worked when C++17 came out. The feature is quite intuitive to use and provides great help. But it is not until recently that I actually read the part of the standard that describes how this truly works under the …


Continue reading