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

◆ contains()

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

Definition at line 151 of file unordered_set.h.

151{ return has(key); } // C++20 style
bool has(const Key &key) const

References has().

+ Here is the call graph for this function: