FastLED
3.9.15
Loading...
Searching...
No Matches
Public Member Functions
|
Public Attributes
|
List of all members
fl::HashMapLru< Key, T, Hash, KeyEqual, INLINED_COUNT >::ValueWithTimestamp Struct Reference
Detailed Description
template<typename
Key
, typename T, typename
Hash
= Hash<Key>, typename KeyEqual = EqualTo<Key>, int INLINED_COUNT = FASTLED_HASHMAP_INLINED_COUNT>
struct fl::HashMapLru< Key, T, Hash, KeyEqual, INLINED_COUNT >::ValueWithTimestamp
Definition at line
20
of file
hash_map_lru.h
.
Public Member Functions
ValueWithTimestamp
()
ValueWithTimestamp
(const T &v, uint32_t time)
Public Attributes
uint32_t
last_access_time
T
value
The documentation for this struct was generated from the following file:
fl/
hash_map_lru.h
fl
HashMapLru
ValueWithTimestamp
Generated on Sat May 24 2025 22:44:25 for FastLED by
1.13.2