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

◆ clear()

template<typename Key, typename Value, typename Compare = less<Key>, typename Allocator = allocator<fl::pair<Key, Value>>>
void fl::MultiMapTree< Key, Value, Compare, Allocator >::clear ( )
inline

Definition at line 313 of file multi_map.h.

313{ mTree.clear(); mNextId = 0; }
TreeType mTree
Definition multi_map.h:75
fl::size mNextId
Definition multi_map.h:76