7
Expressions
[expr]
7.6
Compound expressions
[expr.compound]
7.6.13
Bitwise inclusive OR operator
[expr.or]
inclusive-or-expression:
exclusive-or-expression
inclusive-or-expression
|
exclusive-or-expression
1
#
The
usual arithmetic conversions
are performed; the result is the bitwise inclusive OR function of its operands
.
The operator applies only to integral or unscoped enumeration operands
.