FastLED 3.9.15
Loading...
Searching...
No Matches

◆ swap()

template<typename Key, typename Compare = less<Key>, typename Allocator = allocator_slab<char>>
void fl::SetRedBlackTree< Key, Compare, Allocator >::swap ( SetRedBlackTree< Key, Compare, Allocator > & other)
inline

Definition at line 975 of file rbtree.h.

975 {
976 mTree.swap(other.mTree);
977 }