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

◆ upper_bound() [2/2]

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

Definition at line 700 of file rbtree.h.

700 {
702 return n ? const_iterator(n, this) : end();
703 }
iterator end()
Definition rbtree.h:539
Node * upperBoundNode(const value_type &value) const
Definition rbtree.h:310