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 320 of file map.h.

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