Next: , Previous: , Up: Definitions   [Index]


3.22.1.8 Binary Operator Flags

See Infix Binary Operators.

X1f4_E4_BACK_LINK

indicates that the operator associates right to left.

See Ambiguous Operators Sets.

X1f4_E4_CALL_XSET

indicates that the operator is a function pointer assignment operator and as such it implements the function pointer assignment operator semantics.

See The Function Pointer Assignment Operator.

X1f4_E4_LEFT_XSET

indicates that the infix binary operator may set its first (left) argument.

See Side Effects Operators.

See Optimizing Expressions.

See struct x1f4_operator_type.