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

◆ swap()

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

Definition at line 379 of file flat_map.h.

379 {
380 mData.swap(other.mData);
382 }
vector_type mData
Definition flat_map.h:51
void swap(T &a, T &b) FL_NOEXCEPT
Definition s16x16x4.h:877