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

◆ has()

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

Definition at line 428 of file map.h.

428 {
429 return data.has(value_type(key, Value()));
430 }
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 >::contains().

+ Here is the caller graph for this function: