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

◆ erase() [2/2]

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

Definition at line 824 of file rbtree.h.

824 {
825 return mTree.erase(pos);
826 }