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

Function const_iterator lower_bound

src/toml.hpp:7905–7909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7903 }
7904
7905 TOML_PURE_GETTER
7906 const_iterator lower_bound(std::string_view key) const noexcept
7907 {
7908 return const_iterator{ const_cast<table&>(*this).get_lower_bound(key) };
7909 }
7910
7911#if TOML_ENABLE_WINDOWS_COMPAT
7912

Callers

nothing calls this directly

Calls 3

emptyFunction · 0.85
endFunction · 0.85
lower_boundFunction · 0.85

Tested by

no test coverage detected