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

◆ lower_bound() [1/2]

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

Definition at line 334 of file map.h.

334{ return data.lower_bound(Pair(key)); }
SortedHeapVector< Pair, PairLess > data
Definition map.h:251

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

+ Here is the caller graph for this function: