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

Method upper_bound

src/fl/stl/set.h:483–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481 }
482
483 const_iterator upper_bound(const Key& key) const {
484 return mTree.upper_bound(key);
485 }
486
487 /// Equality comparison
488 bool operator==(const set& other) const {

Callers 5

test_map_boundsFunction · 0.45
flat_map.cppFile · 0.45
flat_set.cppFile · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_map_boundsFunction · 0.36