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

◆ operator=()

XMap & fl::XMap::operator= ( const XMap & other)

Definition at line 84 of file xmap.cpp.hpp.

84 {
85 if (this != &other) {
86 type = other.type;
87 length = other.length;
88 xFunction = other.xFunction;
89 mData = other.mData;
90 mLookUpTable = other.mLookUpTable;
91 mOffset = other.mOffset;
92 }
93 return *this;
94}
Type type
Definition xmap.h:58
u16 length
Definition xmap.h:57
u16 mOffset
Definition xmap.h:62
fl::LUT16Ptr mLookUpTable
Definition xmap.h:61
const u16 * mData
Definition xmap.h:60
XFunction xFunction
Definition xmap.h:59

References XMap(), FL_NOEXCEPT, length, mData, mLookUpTable, mOffset, type, and xFunction.

+ Here is the call graph for this function: