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

◆ count()

template<typename Key, typename Allocator = fl::allocator_slab<Key>>
size_type fl::set< Key, Allocator >::count ( const Key & key) const
inline

Definition at line 459 of file set.h.

459 {
460 return mTree.count(key);
461 }
TreeType mTree
Definition set.h:370
Definition set.h:367

Referenced by fl::DigitalMultiWrite16::applyNibble(), and fl::DigitalMultiWrite8::applyNibble().

+ Here is the caller graph for this function: