MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / empty

Method empty

src/pugiXML/pugixml.cpp:6823–6826  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6821 }
6822
6823 bool empty() const
6824 {
6825 return _begin == _end;
6826 }
6827
6828 size_t size() const
6829 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected