MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / SwapRemove

Method SwapRemove

examples/ThirdPartyLibs/tinyxml2/tinyxml2.h:323–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321 }
322
323 void SwapRemove(int i)
324 {
325 TIXMLASSERT(i >= 0 && i < _size);
326 TIXMLASSERT(_size > 0);
327 _mem[i] = _mem[_size - 1];
328 --_size;
329 }
330
331 const T* Mem() const
332 {

Callers 1

MarkInUseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected