C++17 structured bindings for more safe, functional code--Dmitrii Khizbullin

You like the style?

C++17 structured bindings for more safe, functional code

by Dmitrii Khizbullin

From the article:

The overall idea of this article is to showcase how to keep the scope (aka block) as clean as possible with C++17. By “clean” scope I mean two things:

  • as few variables as possible,
  • all variables are const as often as possible...

Add a Comment

Comments are closed.

Comments (0)

There are currently no comments on this entry.