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

◆ swap()

template<typename Key, typename Value, typename Less = fl::DefaultLess<Key>>
void fl::SortedHeapMap< Key, Value, Less >::swap ( SortedHeapMap< Key, Value, Less > & other)
inline

Definition at line 277 of file map.h.

277{ data.swap(other.data); }
SortedHeapVector< Pair, PairLess > data
Definition map.h:251