MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / SwapRemove

Method SwapRemove

native/thirdpart/tinyxml2/tinyxml2.h:282–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

MarkInUseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected