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

◆ FFTBins() [3/3]

fl::FFTBins::FFTBins ( FFTBins && other)
inlinenoexcept

Definition at line 33 of file fft.h.

34 : bins_raw(fl::move(other.bins_raw)), bins_db(fl::move(other.bins_db)), mSize(other.mSize) {}
constexpr remove_reference< T >::type && move(T &&t) noexcept
Definition move.h:27
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(), and fl::move().

+ Here is the call graph for this function: