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

◆ FFT() [3/3]

fl::FFT::FFT ( const FFT & other)

Definition at line 26 of file fft.cpp.

26 {
27 // copy the map
28 mMap.reset();
29 mMap.reset(new HashMap(*other.mMap));
30}
scoped_ptr< HashMap > mMap
Definition fft.h:122

References FFT(), and mMap.

+ Here is the call graph for this function: