Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/bg3se
/ Pop
Method
Pop
CoreLib/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
Clear
Method · 0.45
CloseElement
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected