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

◆ lower_bound() [1/2]

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

Definition at line 327 of file multi_set.h.

327 {
329 return iterator(mTree.lower_bound(search_key));
330 }
TreeType mTree
Definition multi_set.h:72
ConstIteratorWrapper iterator
Definition multi_set.h:161

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

+ Here is the caller graph for this function: