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

◆ has()

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

Definition at line 150 of file unordered_set.h.

150{ return data.contains(key); }
fl::unordered_map< Key, bool, Hash, KeyEqual > data

References data.

Referenced by contains(), count(), and operator==().

+ Here is the caller graph for this function: