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

◆ equal_range() [1/2]

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

Definition at line 425 of file multi_map.h.

425 {
429 }
iterator upper_bound(const Key &key)
Definition multi_map.h:447
IteratorWrapper iterator
Definition multi_map.h:255
iterator lower_bound(const Key &key)
Definition multi_map.h:437

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

+ Here is the caller graph for this function: