Index
Symbols
-- (double minus). See decrement operators (--)
# (pound sign), directive syntax
% (modulus) operator
& (ampersand), for declaring reference parameters
&& (AND operator)
/* */, comment syntax
:: (double colon), scope resolution operator
@entry, function documentation
_ (underscore), identifiers beginning with
{ (left brace), C++ functions
{ } (braces), block syntax
|| (OR operator)
} (right brace), C++ functions
< > angle brackets, header syntax
<< (left arrows), bitwise operator
<< (left arrows), insertion operator. See insertion operator (<<)
>> (right arrows), bitwise operator
>> (right arrows), extraction operator. See extraction operator (>>)
= (equals). See assignment operators (=)
= = (double equals). See relational operators ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access