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

◆ clear()

template<typename Key, typename Value, typename Less = fl::DefaultLess<Key>>
void fl::SortedHeapMap< Key, Value, Less >::clear ( )
inline

Definition at line 343 of file map.h.

343{ data.clear(); }
SortedHeapVector< Pair, PairLess > data
Definition map.h:274