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

◆ VectorN() [4/8]

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

Definition at line 868 of file vector.h.

870 this->copy_from(other);
871 }
void copy_from(const vector_basic &other) FL_NOEXCEPT
Copy all elements from another vector_basic.
vector() FL_NOEXCEPT
Definition vector.h:492

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

+ Here is the call graph for this function: