MCPcopy Create free account
hub / github.com/MediaArea/MediaInfoLib / SwapRemove

Method SwapRemove

Source/ThirdParty/tinyxml2/tinyxml2.h:279–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277 }
278
279 void SwapRemove(int i) {
280 TIXMLASSERT(i >= 0 && i < _size);
281 TIXMLASSERT(_size > 0);
282 _mem[i] = _mem[_size - 1];
283 --_size;
284 }
285
286 const T* Mem() const {
287 TIXMLASSERT( _mem );

Callers 1

MarkInUseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected