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

◆ operator=()

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

Definition at line 113 of file slice.h.

113 {
114 mData = other.mData;
115 mSize = other.mSize;
116 return *this;
117 }
T * mData
Definition slice.h:194
fl::size mSize
Definition slice.h:195

References Slice(), mData, and mSize.

+ Here is the call graph for this function: