Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.hpp
File · 0.85
Calls
1
size
Method · 0.80
Tested by
no test coverage detected