When an expression contains multiple operators, the precedence of the operators controls the order
For an operation of the form x - y, binary operator overload resolution (?4. 2.4) is applied to sele
For an operation of the form x * y, binary operator overload resolution (?4. 2.4) is applied to sele
For an operation of the form x % y, binary operator overload resolution (?4. 2.4) is applied to sele
An operation of the form op x or x op, where op is an overloadable unary operator, and x is an expr
For an operation of the form ?x, unary operator overload resolution (?4.2.3) is applied to select a
An operation of the form x op y, where op is an overloadable binary operator, x is an expression of
For an operation of the form x + y, binary operator overload resolution (?4. 2.4) is applied to se
The ?: operator is called the conditional operator. It is at times also called the ternary operator
For an operation of the form x + y, binary operator overload resolution (?4. 2.4) is applied to sele