FastLED
3.9.15
Loading...
Searching...
No Matches
◆
swap()
template<typename
Key
, typename Value, typename Compare = less<Key>, typename Allocator = allocator<fl::pair<Key, Value>>>
void
fl::MultiMapTree
<
Key
, Value, Compare, Allocator >::swap
(
MultiMapTree
<
Key
, Value, Compare, Allocator > &
other
)
inline
Definition at line
387
of file
multi_map.h
.
387
{
388
mTree
.swap(
other
.
mTree
);
389
fl::swap
(
mNextId
,
other
.
mNextId
);
390
}
fl::MultiMapTree::mTree
TreeType mTree
Definition
multi_map.h:75
fl::MultiMapTree::mNextId
fl::size mNextId
Definition
multi_map.h:76
fl::MultiMapTree
Definition
multi_map.h:21
fl::fl::swap
void swap(T &a, T &b) FL_NOEXCEPT
Definition
s16x16x4.h:877
fl
MultiMapTree
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2