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

◆ upper_bound() [2/2]

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

Definition at line 452 of file multi_map.h.

452 {
454 return const_iterator(mTree.upper_bound(search_key));
455 }
fl::pair< Key, Value > value_type
Definition multi_map.h:25
TreeType mTree
Definition multi_map.h:75
ConstIteratorWrapper const_iterator
Definition multi_map.h:256
fl::size mNextId
Definition multi_map.h:76