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

◆ equal_range() [2/2]

template<typename Key, typename Compare = less<Key>, typename Allocator = allocator<Key>>
fl::pair< const_iterator, const_iterator > fl::MultiSetTree< Key, Compare, Allocator >::equal_range ( const Key & key) const
inline

Definition at line 321 of file multi_set.h.

321 {
325 }
ConstIteratorWrapper const_iterator
Definition multi_set.h:162
iterator upper_bound(const Key &key)
Definition multi_set.h:337
iterator lower_bound(const Key &key)
Definition multi_set.h:327