| 217 | } |
| 218 | |
| 219 | inline Image |
| 220 | operator|(const Image & img1, const Image & img2) |
| 221 | { |
| 222 | return Or(img1, img2); |
| 223 | } |
| 224 | inline Image |
| 225 | operator|(Image && img1, const Image & img2) |
| 226 | { |
nothing calls this directly
no outgoing calls
no test coverage detected