C++ keyword: switch
From cppreference.com
[edit] Usage
-
switch
statement: as the declaration of the statement
[edit] See also
|
(since C++17) |
|
(since C++23) |
- switch statement:
case
- default (as case label declaration) etc:
default
- goto statement:
goto
- continue statement:
continue
- break statement:
break
- return statement:
return
(since C++20) |
- do-while loop and
while
loop:do
,while
- for loop and range-based
for
loop:for