cppreference.com
Search
🔍
Create account
Log in
Namespaces
Template
Discussion
Variants
Views
Read
View source
View history
Actions
Template
:
cpp/language/statements/navbar content
From cppreference.com
Labels
label
:
statement
Expression statements
expression
;
Compound statements
{
statement
...
}
Selection statements
if
switch
Iteration statements
while
do while
for
range
for
(C++11)
Jump statements
break
continue
return
goto
Assertions
contract_assert
(C++26)
Declaration statements
declaration
;
Try blocks
try
block
Transactional memory
synchronized
,
atomic_commit
, etc
(TM TS)