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

◆ swap()

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 >::swap ( HashMapLru< Key, T, Hash, KeyEqual, INLINED_COUNT > & other)
inline

Definition at line 44 of file hash_map_lru.h.

44 {
48 }
HashMap< Key, ValueWithTimestamp, Hash, KeyEqual, INLINED_COUNT > mMap
uint32_t mCurrentTime
void swap(array< T, N > &lhs, array< T, N > &rhs) noexcept(noexcept(lhs.swap(rhs)))
Definition array.h:140

References HashMapLru(), mCurrentTime, mMap, mMaxSize, and fl::swap().

+ Here is the call graph for this function: