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

Method erase

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

Source from the content-addressed store, hash-verified

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};
245
246TEST_CASE("performance/map/StringRef/IndexedSet") {

Callers 1

IndexedSet.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected