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 996 of file rbtree.h.

996 {
997 return mTree.lower_bound(key);
998 }