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

◆ has()

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

Definition at line 314 of file map.h.

314 {
315 return data.has(Pair(key));
316 }
SortedHeapVector< Pair, PairLess > data
Definition map.h:274

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

+ Here is the caller graph for this function: