More readability.
Designated Initializers in C++20
by Bartlomiej Filipek
From the article:
New Standard, new ways to initialize objects!
With C++20, we get a handy way of initializing data members. The new feature is called designated initializers and might be familiar to C programmers.
Let’s have a look at this small feature...
Add a Comment
Comments are closed.