MCPcopy Create free account
hub / github.com/apple/foundationdb / lower_bound

Method lower_bound

flow/IndexedSet.cpp:239–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237 const_result end() const { return s.end(); }
238 result end() { return s.end(); }
239 const_result lower_bound(K const& k) const { return s.lower_bound(k); }
240 result lower_bound(K const& k) { return s.lower_bound(k); }
241 const_result upper_bound(K const& k) const { return s.upper_bound(k); }
242 result upper_bound(K const& k) { return s.upper_bound(k); }

Callers 1

IndexedSet.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected