C++ keywords: constexpr (since C++11)
Usage
constexprdeclaration specifier (since C++11)- constexpr if statement (since C++17)
- lambda-declarator that explicitly specifies the function call to be a constexpr function (since C++17)
constexpr declaration specifier (since C++11)