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