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

◆ lower_bound() [1/2]

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

Definition at line 861 of file rbtree.h.

861 {
862 return mTree.lower_bound(value_type(key, Value()));
863 }
fl::pair< Key, Value > value_type
Definition rbtree.h:740