| 243 | } |
| 244 | |
| 245 | inline Image |
| 246 | operator^(const Image & img1, const Image & img2) |
| 247 | { |
| 248 | return Xor(img1, img2); |
| 249 | } |
| 250 | inline Image |
| 251 | operator^(Image && img1, const Image & img2) |
| 252 | { |
nothing calls this directly
no outgoing calls
no test coverage detected