Tuple DIP

Ola Fosheim Grøstad ola.fosheim.grostad at gmail.com
Wed Jan 17 22:37:04 UTC 2018


On Wednesday, 17 January 2018 at 19:43:03 UTC, Manu wrote:
> I quite like C++ explicit unpacking (using ...), and I wouldn't 
> be upset to
> see that appear here too.

FWIW C++17 has structured binding:
http://en.cppreference.com/w/cpp/language/structured_binding

auto [x,y] = f()





More information about the Digitalmars-d mailing list