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

Function size

src/toml.hpp:3008–3012  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3006 path(path&&) noexcept = default;
3007
3008 TOML_PURE_INLINE_GETTER
3009 size_t size() const noexcept
3010 {
3011 return components_.size();
3012 }
3013
3014 TOML_PURE_INLINE_GETTER
3015 explicit operator bool() const noexcept

Callers 1

toml.hppFile · 0.85

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected