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

◆ operator!=()

template<typename Key, typename Hash = Hash<Key>, typename KeyEqual = EqualTo<Key>>
bool fl::unordered_set< Key, Hash, KeyEqual >::operator!= ( const unordered_set< Key, Hash, KeyEqual > & other) const
inline

Inequality comparison.

Definition at line 163 of file unordered_set.h.

163 {
164 return !(*this == other);
165 }

References unordered_set().

+ Here is the call graph for this function: