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

◆ equal_range() [2/2]

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

Definition at line 431 of file multi_map.h.

431 {
435 }
ConstIteratorWrapper const_iterator
Definition multi_map.h:256
iterator upper_bound(const Key &key)
Definition multi_map.h:447
iterator lower_bound(const Key &key)
Definition multi_map.h:437