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

Method end

include/reactphysics3d/containers/Deque.h:487–489  ·  view source on GitHub ↗

Return a end iterator

Source from the content-addressed store, hash-verified

485
486 /// Return a end iterator
487 Iterator end() const {
488 return Iterator(this, mSize);
489 }
490};
491
492}

Callers

nothing calls this directly

Calls 1

IteratorClass · 0.70

Tested by

no test coverage detected