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

◆ FL_ALIGN_AS_T()

template<typename Key, typename T, typename Hash = Hash<Key>, typename KeyEqual = EqualTo<Key>, int INLINED_COUNT = FASTLED_HASHMAP_INLINED_COUNT>
struct fl::unordered_map< Key, T, Hash, KeyEqual, INLINED_COUNT >::FL_ALIGN_AS_T ( EntryAlign::value )
inlineprivate

Definition at line 827 of file unordered_map.h.

833 {
834 Key key;
835 T value;
836 void swap(Entry &other) {
837 fl::swap(key, other.key);
838 fl::swap(value, other.value);
839 }
840 };
void swap(unordered_map &other)
void swap(T &a, T &b) FL_NOEXCEPT
Definition s16x16x4.h:877