TCPL/A.07.12_Bitwise_Exclusive_OR_Operator

返回“TCPL”

A.7.12 Bitwise Exclusive OR Operator

exclusive-OR-expression:
  AND-expression
  exclusive-OR-expression ^ AND-expression

The usual arithmetic conversions are performed; the result is the bitwise exclusive OR function of the operands. The operator applies only to integral operands.