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

Method begin

Cesium3DTilesSelection/src/RasterOverlayCollection.cpp:248–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

removeMethod · 0.45
updateTileOverlaysMethod · 0.45

Calls 1

const_iteratorClass · 0.50

Tested by

no test coverage detected