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

◆ lower_bound() [2/2]

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

Definition at line 369 of file map.h.

369 {
370 return data.lower_bound(Pair(key));
371 }
SortedHeapVector< Pair, PairLess > data
Definition map.h:274