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

◆ equal_range() [1/2]

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

Definition at line 315 of file multi_set.h.

315 {
319 }
iterator upper_bound(const Key &key)
Definition multi_set.h:337
ConstIteratorWrapper iterator
Definition multi_set.h:161
iterator lower_bound(const Key &key)
Definition multi_set.h:327

Referenced by fl::MultiSetTree< Key, Compare, fl::allocator_slab< char > >::count(), and fl::MultiSetTree< Key, Compare, fl::allocator_slab< char > >::erase().

+ Here is the caller graph for this function: