MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / end

Method end

include/reactphysics3d/containers/Array.h:490–492  ·  view source on GitHub ↗

Return a end iterator

Source from the content-addressed store, hash-verified

488
489 /// Return a end iterator
490 Iterator end() const {
491 return Iterator(mBuffer, mSize, mSize);
492 }
493};
494
495}

Callers

nothing calls this directly

Calls 1

IteratorClass · 0.70

Tested by

no test coverage detected