| 102 | } |
| 103 | |
| 104 | void operator =(const Vector2D& v) volatile |
| 105 | { |
| 106 | xy = v.xy; |
| 107 | } |
| 108 | |
| 109 | template <typename type_struct, int count, int index_x, int index_y> |
| 110 | Vector2D& operator =(const Subvec2D<type_struct, count, index_x, index_y>& v) |
nothing calls this directly
no outgoing calls
no test coverage detected