| 246 | } |
| 247 | |
| 248 | RasterOverlayCollection::const_iterator |
| 249 | RasterOverlayCollection::begin() const noexcept { |
| 250 | return const_iterator(GetOverlayFunctor{}, this->_activatedOverlays.begin()); |
| 251 | } |
| 252 | |
| 253 | RasterOverlayCollection::const_iterator |
| 254 | RasterOverlayCollection::end() const noexcept { |
no test coverage detected