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

◆ equal_range()

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

Definition at line 992 of file rbtree.h.

992 {
993 return mTree.equal_range(key);
994 }