MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / PopArr

Method PopArr

3rdparty/tinyxml2/tinyxml2.h:244–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242 }
243
244 void PopArr( size_t count ) {
245 TIXMLASSERT( _size >= count );
246 _size -= count;
247 }
248
249 bool Empty() const {
250 return _size == 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected