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

◆ lower_bound()

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

Definition at line 1539 of file rbtree.h.

1539 {
1540 return mTree.lower_bound(key);
1541 }