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

◆ count()

template<typename Key, typename Hash = Hash<Key>, typename KeyEqual = EqualTo<Key>>
fl::size fl::unordered_set< Key, Hash, KeyEqual >::count ( const Key & key) const
inline

Definition at line 116 of file unordered_set.h.

116 {
117 return has(key) ? 1 : 0;
118 }
bool has(const Key &key) const

References has().

+ Here is the call graph for this function: