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

◆ count()

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

Definition at line 412 of file map.h.

412 {
413 return contains(key) ? 1 : 0;
414 }
bool contains(const Key &key) const
Definition map.h:424