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
}
fl::HashMapLru::mMap
HashMap< Key, ValueWithTimestamp, Hash, KeyEqual, INLINED_COUNT > mMap
Definition
hash_map_lru.h:157
fl::HashMapLru::mCurrentTime
uint32_t mCurrentTime
Definition
hash_map_lru.h:159
References
mCurrentTime
, and
mMap
.
fl
HashMapLru
Generated on Sat May 24 2025 22:44:25 for FastLED by
1.13.2