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

◆ swap()

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

Definition at line 407 of file map.h.

407 {
408 data.swap(other.data);
409 }
SortedHeapVector< value_type, PairLess > data
Definition map.h:292