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

Method remove

include/reactphysics3d/containers/Array.h:339–341  ·  view source on GitHub ↗

Look for an element in the array and remove it

Source from the content-addressed store, hash-verified

337
338 /// Look for an element in the array and remove it
339 Iterator remove(const T& element) {
340 return remove(find(element));
341 }
342
343 /// Remove an element from the array and return a iterator
344 /// pointing to the element after the removed one (or end() if none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected