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

◆ operator=() [1/2]

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

Definition at line 897 of file vector.h.

897 {
898 if (this != &other) {
899 this->copy_from(other);
900 }
901 return *this;
902 }
void copy_from(const vector_basic &other) FL_NOEXCEPT
Copy all elements from another vector_basic.

References VectorN(), fl::vector_basic::copy_from(), and FL_NOEXCEPT.

+ Here is the call graph for this function: