| 227 | } |
| 228 | |
| 229 | void operator =(const vector2D_type& value) volatile |
| 230 | { |
| 231 | data[index_x] = value.x; |
| 232 | data[index_y] = value.y; |
| 233 | } |
| 234 | |
| 235 | Subvec2D& operator =(const Subvec2D& value) |
| 236 | { |
nothing calls this directly
no outgoing calls
no test coverage detected