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

◆ lower_bound() [2/2]

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

Definition at line 332 of file multi_set.h.

332 {
334 return const_iterator(mTree.lower_bound(search_key));
335 }
TreeType mTree
Definition multi_set.h:72
ConstIteratorWrapper const_iterator
Definition multi_set.h:162