[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 &