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

◆ upper_bound()

template<typename Key, typename Compare = less<Key>, typename Allocator = allocator_slab<char>>
const_iterator fl::SetRedBlackTree< Key, Compare, Allocator >::upper_bound ( const Key & key) const
inline

Definition at line 1000 of file rbtree.h.

1000 {
1001 return mTree.upper_bound(key);
1002 }