C++ keyword:if
From cppreference.com
[edit]Usage
if
statement: begins theif
statement
| (since C++17) |
| (since C++23) |
[edit]See also
- switch statement:
switch
,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