| 142 | return Divide(s, img); |
| 143 | } |
| 144 | inline Image |
| 145 | operator%(const Image & img1, const Image & img2) |
| 146 | { |
| 147 | return Modulus(img1, img2); |
| 148 | } |
| 149 | inline Image |
| 150 | operator%(Image && img1, const Image & img2) |
| 151 | { |
nothing calls this directly
no outgoing calls
no test coverage detected