C++ keyword: consteval (since C++20)
From cppreference.com
[edit] Usage
-
constevaldeclaration specifier - lambda-declarator that explicitly specifies the function call to be an immediate function
|
(since C++23) |
[edit] Notes
| Feature-test macro | Value | Std | Feature |
|---|---|---|---|
__cpp_consteval |
201811L |
(C++20) | Immediate functions |
202211L |
(C++23) (DR20) |
Making consteval propagate up |
[edit] See also
-
ifstatement:if,else -
constexprifstatement:constexpr(constexprifstatement) -
switchstatement:case,default(as the declaration of the default case label),switch -
gotostatement:goto -
continuestatement:continue -
breakstatement:break -
returnstatement:return,co_return -
do-whileloop andwhileloop:do,while -
forloop and range-basedforloop:for