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

◆ find() [2/2]

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

Definition at line 420 of file map.h.

420 {
421 return data.find(value_type(key, Value()));
422 }
fl::pair< Key, Value > value_type
Definition map.h:275
SortedHeapVector< value_type, PairLess > data
Definition map.h:292