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

◆ operator=() [2/2]

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

Definition at line 66 of file flat_set.h.

66 {
67 if (this != &other) {
70 }
71 return *this;
72 }
vector_type mData
Definition flat_set.h:44
constexpr remove_reference< T >::type && move(T &&t) FL_NOEXCEPT
Definition s16x16x4.h:28

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

+ Here is the call graph for this function: