TCPL/A.07.13_Bitwise_Inclusive_OR_Operator

返回“TCPL”

A.7.13 Bitwise Inclusive OR Operator

inclusive-OR-expression:
  exclusive-OR-expression
  inclusive-OR-expression | exclusive-OR-expression

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