C++ keyword: consteval
(since C++20)
From cppreference.com
[edit] Usage
-
consteval
declaration specifier - lambda-declarator that explicitly specifies the function call to be an immediate function
|
(since C++23) |
[edit] See also
-
if
statement:if
,else
-
constexpr
if
statement:constexpr
(constexpr
if
statement) -
switch
statement:case
,default
(as the declaration of the default case label),switch
-
goto
statement:goto
-
continue
statement:continue
-
break
statement:break
-
return
statement:return
,co_return
-
do-while
loop andwhile
loop:do
,while
-
for
loop and range-basedfor
loop:for