C++ keyword: continue
From cppreference.com
[edit] Usage
-
continue
statement: as the declaration of the statement
[edit] See also
|
(since C++17) |
|
(since C++23) |
-
switch
statement:case
,default
(as the declaration of the default case label),switch
-
goto
statement:goto
-
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