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 332 of file set.h.

332 {
333 return tree_.erase(pos);
334 }
TreeType tree_
Definition set.h:281
Definition set.h:278