C++ keyword: constexpr
(since C++11)
From cppreference.com
Usage
|
(since C++17) |
See also
|
(since C++23) |
-
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
(since C++20) -
do-while
loop andwhile
loop:do
,while
-
for
loop and range-basedfor
loop:for