how is function different from a text operator
Answers
Answered by
29
Answer:
An operator function is something that implements an operator. An example is operator+ . These are functions in all respects, and the only difference to "usual" functions is that they may be called implicitly and they have a funny name.
Similar questions