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

◆ VectorN() [7/8]

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

Definition at line 884 of file vector.h.

886 this->move_from(other);
887 }
void move_from(vector_basic &other) FL_NOEXCEPT
Move-steal contents from another vector_basic.
vector() FL_NOEXCEPT
Definition vector.h:492

References fl::vector< T >::vector(), VectorN(), FL_NOEXCEPT, and fl::vector_basic::move_from().

+ Here is the call graph for this function: