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

◆ erase() [4/4]

template<typename Key, typename Value, typename Compare = less<Key>, typename Allocator = allocator<fl::pair<Key, Value>>>
iterator fl::MultiMapTree< Key, Value, Compare, Allocator >::erase ( iterator pos)
inline

Definition at line 352 of file multi_map.h.

352 {
353 return iterator(mTree.erase(pos.mTreeIt));
354 }
TreeType mTree
Definition multi_map.h:75
IteratorWrapper iterator
Definition multi_map.h:255

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

+ Here is the caller graph for this function: