FastLED
3.9.15
Loading...
Searching...
No Matches
◆
swap()
template<typename
Key
, typename Value, typename Less = fl::less<Key>>
void
fl::flat_map
<
Key
, Value, Less >::swap
(
flat_map
<
Key
, Value, Less > &
other
)
inline
Definition at line
379
of file
flat_map.h
.
379
{
380
mData
.swap(
other
.
mData
);
381
fl::swap
(
mLess
,
other
.
mLess
);
382
}
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::swap
void swap(T &a, T &b) FL_NOEXCEPT
Definition
s16x16x4.h:877
fl
flat_map
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2