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

◆ swap()

template<typename Key, typename Allocator = fl::allocator_slab<Key>>
void fl::set< Key, Allocator >::swap ( set< Key, Allocator > & other)
inline

Definition at line 454 of file set.h.

454 {
455 mTree.swap(other.mTree);
456 }
TreeType mTree
Definition set.h:370
Definition set.h:367