Very useful.
How if constexpr simplifies your code in C++17
by Meeting C++
From the article:
So, yesterday we had a little live coding session at my C++ User Group Düsseldorf. I want to recreate some of this code, to show how C++17 actually does help quite a bit with making code shorter and more expressive. Since I don't have a local C++17 compiler installed, I use godbolt and wandbox to test some of the examples...
Add a Comment
Comments are closed.