FastLED 3.9.15
Loading...
Searching...
No Matches
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
 
value
 

The documentation for this struct was generated from the following file: