Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaxBelkov/visualsyslog
/ Empty
Method
Empty
sourcecommon/tinyxml2.h:250–252 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
248
}
249
250
bool Empty() const {
251
return _size == 0;
252
}
253
254
T& operator[](int i) {
255
TIXMLASSERT( i>= 0 && i < _size );
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected