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

◆ clear()

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

Definition at line 358 of file map.h.

358{ data.clear(); }
SortedHeapVector< value_type, PairLess > data
Definition map.h:292