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

◆ count()

template<typename Key>
fl::size fl::unordered_set< Key >::count ( const Key & key) const
inline

Definition at line 107 of file unordered_set.h.

107 {
108 return has(key) ? 1 : 0;
109 }
bool has(const Key &key) const

References has().

+ Here is the call graph for this function: