[tab:lex.digraph] (original) (raw)
5 Lexical conventions [lex]
5.9 Alternative tokens [lex.digraph]
Table 3 β Alternative tokens [tab:lex.digraph]
πAlternative | Primary | Alternative | Primary | Alternative | Primary |
---|---|---|---|---|---|
π<% | { | and | && | and_eq | &= |
π%> | } | bitor | | | or_eq | |= |
π<: | [ | or | | | xor_eq | |
π:> | ] | xor | ^ | not | ! |
π%: | # | compl | ~ | not_eq | != |
π%:%: | ## | bitand | & |