Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crossuo/crossuo
/ Empty
Method
Empty
external/tinyxml2.h:256–258 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
254
}
255
256
bool Empty() const {
257
return _size == 0;
258
}
259
260
T& operator[](int i) {
261
TIXMLASSERT( i>= 0 && i < _size );
Callers
3
Clear
Method · 0.45
ParseDeep
Method · 0.45
ErrorStr
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected