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

◆ operator=() [2/2]

template<typename T>
vector_psram & fl::vector_psram< T >::operator= ( vector_psram< T > && other)
inline

Definition at line 960 of file vector.h.

960 {
961 if (this != &other) {
962 this->move_assign(other);
963 }
964 return *this;
965 }
void move_assign(vector_basic &other) FL_NOEXCEPT
Move-assign from another vector_basic (clears this first).

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

+ Here is the call graph for this function: