MCPcopy Create free account
hub / github.com/FastLED/FastLED / lower_bound

Method lower_bound

src/fl/stl/multi_map.h:437–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435 }
436
437 iterator lower_bound(const Key& key) {
438 ValueWithId search_key(value_type(key, Value()), 0);
439 return iterator(mTree.lower_bound(search_key));
440 }
441
442 const_iterator lower_bound(const Key& key) const {
443 ValueWithId search_key(value_type(key, Value()), 0);

Callers 1

findMethod · 0.45

Calls 3

ValueEnum · 0.85
iteratorClass · 0.70
const_iteratorClass · 0.70

Tested by

no test coverage detected