7
Expressions
[expr]
7.6
Compound expressions
[expr.compound]
7.6.11
Bitwise AND operator
[expr.bit.and]
and-expression:
equality-expression
and-expression
&
equality-expression
1
#
The
usual arithmetic conversions
are performed; the result is the bitwise AND function of the operands
.
The operator applies only to integral or unscoped enumeration operands
.