FastLED 3.9.15
Loading...
Searching...
No Matches

◆ upper_bound() [1/2]

template<typename Key, typename Value, typename Less = fl::less<Key>>
iterator fl::SortedHeapMap< Key, Value, Less >::upper_bound ( const Key & key)
inline

Definition at line 452 of file map.h.

452 {
454 if (it != end() && it->first == key) {
455 ++it;
456 }
457 return it;
458 }
iterator end()
Definition map.h:316
iterator lower_bound(const Key &key)
Definition map.h:444
SortedHeapVector< value_type, PairLess >::iterator iterator
Definition map.h:306

Referenced by fl::SortedHeapMap< fl::u32, FramePtr, Less >::equal_range(), fl::SortedHeapMap< fl::u32, FramePtr, Less >::equal_range(), and fl::SortedHeapMap< fl::u32, FramePtr, Less >::erase().

+ Here is the caller graph for this function: