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

◆ swap()

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

Definition at line 832 of file rbtree.h.

832 {
833 mTree.swap(other.mTree);
834 }