Quote: C++ operator overloading can overload function calls, array indexing, pointer dereference, assignment and initialization. May define type conversions and restrict copies and deletions
This chapter describes the mechanism for operator overloading … a specific class; in addition to arithmetic, logical, … [], and dereferencing -> can be define, and both assignment and … defined. It is shown how to define a … functions.
Google-1Google-2
Copyright clearance needed for quotation.
Related Topics
Topic: generic operations and polymorphism (65 items)