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

Method cend

utilities/olcUTIL_QuadTree.h:325–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323 }
324
325 typename IQuadtreeContainer::const_iterator cend()
326 {
327 return m_allItems.cend();
328 }
329
330 size_t size() const
331 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected