MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / end

Method end

Source/Engine/Core/Collections/ChunkedArray.h:459–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457 }
458
459 FORCE_INLINE Iterator end()
460 {
461 return Iterator(this, _count);
462 }
463
464 FORCE_INLINE const Iterator begin() const
465 {

Callers

nothing calls this directly

Calls 1

IteratorClass · 0.70

Tested by

no test coverage detected