MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / SwapRemove

Method SwapRemove

ReClass/tinyxml2.h:268–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266 }
267
268 void SwapRemove(int i) {
269 TIXMLASSERT(i >= 0 && i < _size);
270 TIXMLASSERT(_size > 0);
271 _mem[i] = _mem[_size - 1];
272 --_size;
273 }
274
275 const T* Mem() const {
276 TIXMLASSERT( _mem );

Callers 1

MarkInUseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected