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

◆ find() [2/2]

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

Definition at line 354 of file map.h.

354 {
355 return data.find(Pair(key));
356 }
SortedHeapVector< Pair, PairLess > data
Definition map.h:274