 |
9.1 — Introduction to operator overloading « Learn C++
I didnt understand this “all operators keep their current precedence and associativity, regardless of what they’re used for. For example, the bitwise XOR operator (^) could be overloaded to do exponents, except it has the wrong precedence and associativit
www.learncpp.com |
 |