C++ keywords: consteval
Usage
constevaldeclaration specifier (since C++20)- lambda-declarator that explicitly specifies the function call to be an immediate function (since C++20)
- consteval if statement (since C++23)
consteval declaration specifier (since C++20)