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

Method remove

include/reactphysics3d/containers/Set.h:416–419  ·  view source on GitHub ↗

Remove the element pointed by some iterator This method returns an iterator pointing to the element after the one that has been removed

Source from the content-addressed store, hash-verified

414 /// This method returns an iterator pointing to the
415 /// element after the one that has been removed
416 Iterator remove(const Iterator& it) {
417
418 return remove(*it);
419 }
420
421 /// Remove the element from the set with a given value
422 /// This method returns an iterator pointing to the

Callers

nothing calls this directly

Calls 1

IteratorClass · 0.70

Tested by

no test coverage detected