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
)
inline
private
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
};
fl::unordered_map::swap
void swap(unordered_map &other)
Definition
unordered_map.h:604
fl::unordered_map
Definition
unordered_map.h:58
fl::fl::swap
void swap(T &a, T &b) FL_NOEXCEPT
Definition
s16x16x4.h:877
fl
unordered_map
Generated on Tue Jun 16 2026 00:07:07 for FastLED by
1.13.2