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

◆ swap()

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

Definition at line 302 of file flat_set.h.

302 {
303 mData.swap(other.mData);
305 }
vector_type mData
Definition flat_set.h:44
void swap(T &a, T &b) FL_NOEXCEPT
Definition s16x16x4.h:877

References flat_set(), FL_NOEXCEPT, mData, mLess, and fl::fl::swap().

+ Here is the call graph for this function: