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

◆ swap()

template<typename Key, typename Value, typename Compare = less<Key>, typename Allocator = allocator<fl::pair<Key, Value>>>
void fl::MultiMapTree< Key, Value, Compare, Allocator >::swap ( MultiMapTree< Key, Value, Compare, Allocator > & other)
inline

Definition at line 387 of file multi_map.h.

387 {
388 mTree.swap(other.mTree);
390 }
TreeType mTree
Definition multi_map.h:75
fl::size mNextId
Definition multi_map.h:76
void swap(T &a, T &b) FL_NOEXCEPT
Definition s16x16x4.h:877