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

Function length

src/toml.hpp:6988–6992  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6986 }
6987
6988 TOML_PURE_INLINE_GETTER
6989 size_t length() const noexcept
6990 {
6991 return key_.length();
6992 }
6993
6994 TOML_PURE_INLINE_GETTER
6995 const source_region& source() const noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected