Template:cpp/language/operators
| Common operators | ||||||
|---|---|---|---|---|---|---|
| assignment | increment decrement |
arithmetic | logical | comparison | member access |
other |
|
|
|
|
|
|
|
function calla(...)
|
commaa, b
| ||||||
conditionala ? b : c
| ||||||
| Special operators | ||||||
|
static_cast converts one type to another related type | ||||||