| 757 | } |
| 758 | |
| 759 | Object_Lifetime_Vector2 operator+(const Object_Lifetime_Vector2& vec_r) |
| 760 | { |
| 761 | return Object_Lifetime_Vector2(*this += vec_r); |
| 762 | } |
| 763 | |
| 764 | Object_Lifetime_Vector2 &operator=(const Object_Lifetime_Vector2& ver_r) |
| 765 | { |
nothing calls this directly
no test coverage detected