MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / empty

Method empty

extlibs/sol3/include/sol/sol.hpp:23187–23189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23185 }
23186
23187 bool empty() const {
23188 return cbegin() == cend();
23189 }
23190
23191 template <typename T>
23192 auto operator[](T&& key) & {

Callers 4

RichText.cppFile · 0.45
ctti_get_type_nameFunction · 0.45
short_demangle_onceFunction · 0.45
make_chunk_nameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected