operator-overloading icon indicating copy to clipboard operation
operator-overloading copied to clipboard

provide a way to access and possibly delete operator implementations

Open k4b7 opened this issue 9 years ago • 0 comments

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.

k4b7 avatar May 04 '16 16:05 k4b7