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 967 of file rbtree.h.

967 {
968 return mTree.erase(pos);
969 }