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

◆ operator!=()

template<typename Key, typename T, typename Hash = Hash<Key>, typename KeyEqual = EqualTo<Key>, int INLINED_COUNT = FASTLED_HASHMAP_INLINED_COUNT>
bool fl::unordered_map< Key, T, Hash, KeyEqual, INLINED_COUNT >::operator!= ( const unordered_map< Key, T, Hash, KeyEqual, INLINED_COUNT > & other) const
inline

Inequality comparison.

Definition at line 1110 of file unordered_map.h.

1110 {
1111 return !(*this == other);
1112 }