The Daily C++
@dailycpp
1.82K
subscribers
10
photos
2
files
596
links
The best channel about C++ News!
Every day a lot of news!
Send your project/repo/guide/tutorial to
@dailycppbot
Download Telegram
Join
The Daily C++
1.82K subscribers
The Daily C++
Tags:
#bind
#cpp17
http://cpp-today.blogspot.it/2017/03/structured-binding-c17-inside.html
cpp-today.blogspot.co.uk
Structured
Binding
(C++17 inside)
Let's see how structured
binding
introduced in C++17 will change the way to interact with std::pair, std::tuple, std::array and such: ...