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 1518 of file rbtree.h.

1518 {
1519 mTree.swap(other.mTree);
1520 }