| 251 | } |
| 252 | |
| 253 | RasterOverlayCollection::const_iterator |
| 254 | RasterOverlayCollection::end() const noexcept { |
| 255 | return const_iterator(GetOverlayFunctor{}, this->_activatedOverlays.end()); |
| 256 | } |
| 257 | |
| 258 | size_t RasterOverlayCollection::size() const noexcept { |
| 259 | return this->_activatedOverlays.size(); |