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

◆ contains()

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

Definition at line 424 of file map.h.

424 {
425 return has(key);
426 }
bool has(const Key &key) const
Definition map.h:428

Referenced by fl::SortedHeapMap< fl::u32, FramePtr, Less >::count().

+ Here is the caller graph for this function: