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

Method end

include/reactphysics3d/containers/Set.h:658–661  ·  view source on GitHub ↗

Return a end iterator

Source from the content-addressed store, hash-verified

656
657 /// Return a end iterator
658 Iterator end() const {
659
660 return Iterator(this, mHashSize, 0);
661 }
662
663 // ---------- Friendship ---------- //
664

Callers

nothing calls this directly

Calls 1

IteratorClass · 0.70

Tested by

no test coverage detected