I am implementing a expr class that is not cheap to copy and I want to implement proper "efficient" arithmetic operators. For the sake of this questio
expr