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

◆ operator<=() [3/8]

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 532 of file flat_map.h.

533 {
534 return !(rhs < lhs);
535}

References FL_NOEXCEPT.