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

545 {
546 return !(lhs < rhs);
547}

References FL_NOEXCEPT.