Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
get
Function · 0.85
toml.hpp
File · 0.85
lower_bound
Function · 0.85
const_iterator lower_bound
Function · 0.85
find
Function · 0.85
erase
Function · 0.85
str
Method · 0.85
Calls
1
empty
Method · 0.80
Tested by
no test coverage detected