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

◆ operator=() [2/2]

template<typename T, fl::size INLINED_SIZE>
VectorN & fl::VectorN< T, INLINED_SIZE >::operator= ( VectorN< T, INLINED_SIZE > && other)
inline

Definition at line 904 of file vector.h.

904 {
905 if (this != &other) {
906 this->move_assign(other);
907 }
908 return *this;
909 }
void move_assign(vector_basic &other) FL_NOEXCEPT
Move-assign from another vector_basic (clears this first).

References VectorN(), FL_NOEXCEPT, and fl::vector_basic::move_assign().

+ Here is the call graph for this function: