MCPcopy Create free account
hub / github.com/Aegel5/SimpleSwitcher / empty

Method empty

lib_units/UnorderedSmallMap.h:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 auto begin(this auto&& self) { return self.data.begin(); }
67 auto end(this auto&& self) { return self.data.end(); }
68 auto empty() const { return data.empty(); }
69 auto size() const noexcept { return data.size(); }
70 void reserve(size_t n) { data.reserve(n); }
71};

Callers 1

erase_ifMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected