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

Method upper_bound

src/fl/stl/multi_set.h:337–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335 }
336
337 iterator upper_bound(const Key& key) {
338 ValueWithId search_key(key, mNextId); // Use mNextId to get upper bound
339 return iterator(mTree.upper_bound(search_key));
340 }
341
342 const_iterator upper_bound(const Key& key) const {
343 ValueWithId search_key(key, mNextId);

Callers

nothing calls this directly

Calls 2

iteratorClass · 0.70
const_iteratorClass · 0.70

Tested by

no test coverage detected