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

◆ operator=() [2/2]

template<typename Key>
VectorSet & fl::VectorSet< Key >::operator= ( VectorSet< Key > && other)
inline

Definition at line 230 of file set.h.

230 {
231 if (this != &other) {
233 }
234 return *this;
235 }
VectorType data
Definition set.h:362
constexpr remove_reference< T >::type && move(T &&t) FL_NOEXCEPT
Definition s16x16x4.h:28

References VectorSet(), data, FL_NOEXCEPT, and fl::fl::move().

+ Here is the call graph for this function: