Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JayXon/Leanify
/ Empty
Method
Empty
lib/tinyxml2/tinyxml2.h:259–261 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
257
}
258
259
bool Empty() const {
260
return _size == 0;
261
}
262
263
T& operator[](int i) {
264
TIXMLASSERT( i>= 0 && i < _size );
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected