C++ keyword: consteval (since C++20)
From cppreference.com
Usage
constevaldeclaration specifier- lambda-declarator that explicitly specifies the function call to be an immediate function
|
(since C++23) |
Notes
| Feature-test macro | Value | Std | Feature |
|---|---|---|---|
__cpp_consteval |
201811L |
(C++20) | Immediate functions |
202211L |
(C++23) (DR20) |
Making consteval propagate up
|
See also
ifstatement:if,elseconstexprifstatement:constexpr(constexprifstatement)switchstatement:case,default(as the declaration of the default case label),switchgotostatement:gotocontinuestatement:continuebreakstatement:breakreturnstatement:return,co_returndo-whileloop andwhileloop:do,whileforloop and range-basedforloop:for