previous | start | next

Operator Function Names

Operator Operator
Function Name
+ operator+
- operator-
* operator*
/ operator/

And so on...

Almost all operators can be overloaded. The member selection operator "." is one exception.

However, ->, <<, and >> are also operators and they can be overloaded.



previous | start | next