MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / cbegin

Method cbegin

utilities/olcUTIL_QuadTree.h:320–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318 }
319
320 typename IQuadtreeContainer::const_iterator cbegin()
321 {
322 return m_allItems.cbegin();
323 }
324
325 typename IQuadtreeContainer::const_iterator cend()
326 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected