Status: Tags: Links: C++ MOC
C++ Operator Overload
- When using operators, left hand becomes the main object, operator is a function, and right hand becomes the input for the function
- Functions called will be based on the methods of the first object, and do not need a prefix
Backlinks
|
|
References:
Created:: 2021-11-29 14:48