Have you ever used it?
constexpr if
by Rainer Grimm
From the article:
In today's post, I want to introduce a very interesting C++17 feature: constexpr if. constexpr if enables it to conditionally compile source code and can also be used for nice tricks at compile time...
Add a Comment
Comments are closed.