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

Method upper_bound

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

Source from the content-addressed store, hash-verified

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); }
243 void erase(K const& k) { s.erase(k); }
244};

Callers 1

IndexedSet.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected