The OpenD Programming Language

operatoroverloading

Articles

Operator Overloading
module operatoroverloading.dd

Operator overloading is accomplished by rewriting operators whose operands are class or struct objects into calls to specially named members. No additional syntax is used.