Design and evolution of constexpr in C++

5 · PVS-Studio blog · Jan. 13, 2022, 10:02 a.m.
constexpr is one of the magic keywords in modern C++. You can use it to create code, that is then executed before the compilation process ends. This is the absolute upper limit for software performance....