operator-overloading
operator-overloading copied to clipboard
provide a way to access and possibly delete operator implementations
The reason for wanting to access defined operators, is that if variables are a certain type you might want to get an operator or operators for that type and avoid having to look them up.
Also, if you want to delete operators you'll need a way to identify them.