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

◆ lower_bound() [1/2]

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

Definition at line 444 of file map.h.

444 {
445 return data.lower_bound(value_type(key, Value()));
446 }
fl::pair< Key, Value > value_type
Definition map.h:275
SortedHeapVector< value_type, PairLess > data
Definition map.h:292

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

+ Here is the caller graph for this function: