FastLED
3.9.15
Loading...
Searching...
No Matches
◆
operator=()
[2/2]
template<typename
Key
, typename Value, typename Less = fl::less<Key>>
flat_map
&
fl::flat_map
<
Key
, Value, Less >::operator=
(
flat_map
<
Key
, Value, Less > &&
other
)
inline
Definition at line
74
of file
flat_map.h
.
74
{
75
if
(
this
!= &
other
) {
76
mData
=
fl::move
(
other
.
mData
);
77
mLess
=
fl::move
(
other
.
mLess
);
78
}
79
return
*
this
;
80
}
fl::flat_map::mLess
Less mLess
Definition
flat_map.h:52
fl::flat_map::mData
vector_type mData
Definition
flat_map.h:51
fl::flat_map
Definition
flat_map.h:29
fl::fl::move
constexpr remove_reference< T >::type && move(T &&t) FL_NOEXCEPT
Definition
s16x16x4.h:28
fl
flat_map
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2