c-cpp-notes icon indicating copy to clipboard operation
c-cpp-notes copied to clipboard

Explain constexpr

Open BenLangmead opened this issue 7 years ago • 0 comments
trafficstars

https://en.cppreference.com/w/cpp/language/constexpr

It's not currently mentioned in the course. But is a key C++11 and has a bearing on, for example, initialization of static fields.

BenLangmead avatar Jul 12 '18 18:07 BenLangmead