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

◆ erase() [2/2]

template<typename Key, typename Allocator = fl::allocator_slab<Key>>
const_iterator fl::set< Key, Allocator >::erase ( const_iterator pos)
inline

Definition at line 446 of file set.h.

446 {
447 return mTree.erase(pos);
448 }
TreeType mTree
Definition set.h:370
Definition set.h:367