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

◆ operator<=() [4/8]

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

Definition at line 346 of file flat_set.h.

347 {
348 return !(rhs < lhs);
349}