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

◆ clear()

template<typename Key, typename T, typename Hash = Hash<Key>, typename KeyEqual = EqualTo<Key>, int INLINED_COUNT = FASTLED_HASHMAP_INLINED_COUNT>
void fl::HashMapLru< Key, T, Hash, KeyEqual, INLINED_COUNT >::clear ( )
inline

Definition at line 119 of file hash_map_lru.h.

119 {
120 mMap.clear();
121 mCurrentTime = 0;
122 }
HashMap< Key, ValueWithTimestamp, Hash, KeyEqual, INLINED_COUNT > mMap
uint32_t mCurrentTime

References mCurrentTime, and mMap.