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);
280 }
TreeType mTree
Definition multi_set.h:72
fl::size mNextId
Definition multi_set.h:73
void swap(T &a, T &b) FL_NOEXCEPT
Definition s16x16x4.h:877