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

◆ HashMapLru()

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

Definition at line 30 of file hash_map_lru.h.

31 // Ensure max size is at least 1
32 if (mMaxSize < 1)
33 mMaxSize = 1;
34 }
uint32_t mCurrentTime

References mCurrentTime, and mMaxSize.

Referenced by swap().

+ Here is the caller graph for this function: