MCPcopy Create free account
hub / github.com/CesiumGS/cesium-native / end

Method end

Cesium3DTilesSelection/src/RasterOverlayCollection.cpp:253–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

removeMethod · 0.45

Calls 1

const_iteratorClass · 0.50

Tested by

no test coverage detected