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

Method lower_bound

src/fl/stl/multi_set.h:327–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325 }
326
327 iterator lower_bound(const Key& key) {
328 ValueWithId search_key(key, 0);
329 return iterator(mTree.lower_bound(search_key));
330 }
331
332 const_iterator lower_bound(const Key& key) const {
333 ValueWithId search_key(key, 0);

Callers 1

findMethod · 0.45

Calls 2

iteratorClass · 0.70
const_iteratorClass · 0.70

Tested by

no test coverage detected