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

Function lower_bound

src/toml.hpp:7913–7920  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7911#if TOML_ENABLE_WINDOWS_COMPAT
7912
7913 TOML_NODISCARD
7914 iterator lower_bound(std::wstring_view key)
7915 {
7916 if (empty())
7917 return end();
7918
7919 return lower_bound(impl::narrow(key));
7920 }
7921
7922 TOML_NODISCARD
7923 const_iterator lower_bound(std::wstring_view key) const

Callers 1

Calls 2

emptyFunction · 0.85
endFunction · 0.85

Tested by

no test coverage detected