c-cpp-notes
c-cpp-notes copied to clipboard
Explain constexpr
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.