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

◆ erase() [2/2]

template<typename Key, typename Compare = less<Key>, typename Allocator = allocator_slab<char>>
const_iterator fl::SetRedBlackTree< Key, Compare, Allocator >::erase ( const_iterator pos)
inline

Definition at line 1510 of file rbtree.h.

1510 {
1511 return mTree.erase(pos);
1512 }