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

◆ upper_bound()

template<typename Key, typename Allocator = fl::allocator_slab<Key>>
const_iterator fl::set< Key, Allocator >::upper_bound ( const Key & key) const
inline

Definition at line 483 of file set.h.

483 {
484 return mTree.upper_bound(key);
485 }
TreeType mTree
Definition set.h:370
Definition set.h:367