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

◆ upper_bound() [2/2]

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

Definition at line 873 of file rbtree.h.

873 {
874 return mTree.upper_bound(value_type(key, Value()));
875 }
fl::pair< Key, Value > value_type
Definition rbtree.h:740