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

◆ swap()

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

Definition at line 647 of file rbtree.h.

647 {
652 }
Compare comp_
Definition rbtree.h:56
fl::size size_
Definition rbtree.h:55
NodeAllocator alloc_
Definition rbtree.h:57
Node * root_
Definition rbtree.h:54
void swap(array< T, N > &lhs, array< T, N > &rhs) noexcept(noexcept(lhs.swap(rhs)))
Definition array.h:156