C++17 Structured Bindings

Introduced under proposal http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0144r0.pdf, Structured Bindings give us the ability to declare multiple variables initialised from a tuple or struct.

Read More