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

◆ operator=() [1/2]

FFTBins & fl::FFTBins::operator= ( const FFTBins & other)
inline

Definition at line 23 of file fft.h.

23 {
24 if (this != &other) {
25 mSize = other.mSize;
26 bins_raw = other.bins_raw;
27 bins_db = other.bins_db;
28 }
29 return *this;
30 }
fl::size mSize
Definition fft.h:58
fl::vector< float > bins_raw
Definition fft.h:53
fl::vector< float > bins_db
Definition fft.h:55

References FFTBins(), bins_db, bins_raw, and mSize.

+ Here is the call graph for this function: