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

◆ operator!=()

template<typename Key, typename Value, typename Equal = fl::SmallMapEqualTo<Key>>
bool fl::unordered_map_small< Key, Value, Equal >::operator!= ( const unordered_map_small< Key, Value, Equal > & other) const
inline

Definition at line 468 of file unordered_map_small.h.

468 {
469 return !(*this == other);
470 }

References unordered_map_small(), and FL_NOEXCEPT.

+ Here is the call graph for this function: