MCPcopy Create free account
hub / github.com/KTH-RPL/dufomap / empty

Function empty

src/toml.hpp:3020–3024  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3018 }
3019
3020 TOML_PURE_INLINE_GETTER
3021 bool empty() const noexcept
3022 {
3023 return components_.empty();
3024 }
3025
3026 TOML_PURE_INLINE_GETTER
3027 path_component& operator[](size_t index) noexcept

Callers 7

getFunction · 0.85
toml.hppFile · 0.85
lower_boundFunction · 0.85
findFunction · 0.85
eraseFunction · 0.85
strMethod · 0.85

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected