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

1332 {
1333 mTree.swap(other.mTree);
1334 }