FastLED
3.9.15
Loading...
Searching...
No Matches
◆
swap()
template<typename
Key
, typename Compare = less<Key>, typename Allocator = allocator<Key>>
void
fl::MultiSetTree
<
Key
, Compare, Allocator >::swap
(
MultiSetTree
<
Key
, Compare, Allocator > &
other
)
inline
Definition at line
277
of file
multi_set.h
.
277
{
278
mTree
.swap(
other
.
mTree
);
279
fl::swap
(
mNextId
,
other
.
mNextId
);
280
}
fl::MultiSetTree::mTree
TreeType mTree
Definition
multi_set.h:72
fl::MultiSetTree::mNextId
fl::size mNextId
Definition
multi_set.h:73
fl::MultiSetTree
Definition
multi_set.h:20
fl::fl::swap
void swap(T &a, T &b) FL_NOEXCEPT
Definition
s16x16x4.h:877
fl
MultiSetTree
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2