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

◆ operator=() [2/2]

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

Definition at line 578 of file vector.h.

578 {
579 if (this != &other) {
581 }
582 return *this;
583 }
void move_assign(vector_basic &other) FL_NOEXCEPT
Move-assign from another vector_basic (clears this first).