Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ Pop
Method
Pop
3rdparty/tinyxml2/tinyxml2.h:238–242 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
236
}
237
238
T Pop() {
239
TIXMLASSERT( _size > 0 );
240
--_size;
241
return _mem[_size];
242
}
243
244
void PopArr( size_t count ) {
245
TIXMLASSERT( _size >= count );
Callers
2
Clear
Method · 0.80
CloseElement
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected