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

Definition at line 604 of file unordered_map.h.

604 {
605 // Swap all member variables
606 _buckets.swap(other._buckets);
614 }
fl::bitset< 1024 > _occupied
fl::vector_inlined< Entry, INLINED_COUNT > _buckets
fl::bitset< 1024 > _deleted
void swap(T &a, T &b) FL_NOEXCEPT
Definition s16x16x4.h:877