Alternative Representations of Tokens (C++)
Go Up to Keywords, By Category Index
This section contains topics about alternative representations of C++ tokens.
Keyword Topics
The following table summarizes the alternative representation keywords and the token that each keyword represents:
Keyword, Alternative Representation | Token Represented | Definition |
---|---|---|
|
Logical AND | |
|
Assignment by bitwise AND | |
|
Bitwise AND | |
|
Bitwise OR | |
|
Bitwise NOT (bitwise one's complement) | |
|
Logical negation | |
|
Bitwise inequality | |
|
Logical OR | |
|
Bitwise inclusive OR | |
|
Bitwise exclusive OR | |
|
Bitwise XOR assignment |