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

◆ lower_bound() [2/2]

template<typename T, typename Compare = less<T>, typename Allocator = allocator_slab<char>>
const_iterator fl::RedBlackTree< T, Compare, Allocator >::lower_bound ( const value_type & value) const
inline

Definition at line 690 of file rbtree.h.

690 {
692 return n ? const_iterator(n, this) : end();
693 }
iterator end()
Definition rbtree.h:539
Node * lowerBoundNode(const value_type &value) const
Definition rbtree.h:296