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