REL
Override
Expr := Expr "<++" Expr
Expr := Expr "++>" Expr
Left override operator R <++ S
is syntax for left_override[R, S]
defined in the Standard Library.
Right override operator R ++> S
is syntax for right_override[R, S]
defined in the Standard Library.
Next: Arithmetic Operators
Was this doc helpful?