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

◆ operator<=()

template<typename Key, typename Value, typename Compare = less<Key>, typename Allocator = allocator<fl::pair<Key, Value>>>
bool fl::MultiMapTree< Key, Value, Compare, Allocator >::operator<= ( const MultiMapTree< Key, Value, Compare, Allocator > & other) const
inline

Definition at line 493 of file multi_map.h.

493 {
494 return *this < other || *this == other;
495 }