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

Method Pop

native/thirdpart/tinyxml2/tinyxml2.h:242–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240 }
241
242 T Pop() {
243 TIXMLASSERT( _size > 0 );
244 --_size;
245 return _mem[_size];
246 }
247
248 void PopArr( int count ) {
249 TIXMLASSERT( _size >= count );

Callers 2

ClearMethod · 0.80
CloseElementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected