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

◆ erase() [3/3]

template<typename Key, typename Compare = less<Key>, typename Allocator = allocator<Key>>
iterator fl::MultiSetTree< Key, Compare, Allocator >::erase ( const_iterator pos)
inline

Definition at line 247 of file multi_set.h.

247 {
248 return iterator(mTree.erase(pos.mTreeIt));
249 }
TreeType mTree
Definition multi_set.h:72
ConstIteratorWrapper iterator
Definition multi_set.h:161

Referenced by fl::MultiSetTree< Key, Compare, fl::allocator_slab< char > >::erase(), and fl::MultiSetTree< Key, Compare, fl::allocator_slab< char > >::erase().

+ Here is the caller graph for this function: