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

◆ VectorN() [6/8]

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

Definition at line 879 of file vector.h.

881 this->copy_from(other);
882 }
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(), fl::vector_basic::copy_from(), and FL_NOEXCEPT.

+ Here is the call graph for this function: