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

◆ operator<=()

template<typename Key, typename Allocator = fl::allocator_slab<Key>>
bool fl::set< Key, Allocator >::operator<= ( const set< Key, Allocator > & other) const
inline

Less-than-or-equal comparison.

Definition at line 504 of file set.h.

504 {
505 return *this < other || *this == other;
506 }
Definition set.h:367