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

◆ operator!=() [3/14]

template<typename Key, typename Value, typename Less>
bool fl::operator!= ( const flat_map< Key, Value, Less > & lhs,
const flat_map< Key, Value, Less > & rhs )

Definition at line 519 of file flat_map.h.

520 {
521 return !(lhs == rhs);
522}

References FL_NOEXCEPT.