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

◆ operator==()

bool fl::audio::fft::Args::operator== ( const Args & other) const

Definition at line 309 of file fft.cpp.hpp.

309 {
312
313 return samples == other.samples && bands == other.bands &&
314 fmin == other.fmin && fmax == other.fmax &&
315 sample_rate == other.sample_rate && mode == other.mode &&
316 window == other.window;
317
319}
bool equal(Iterator1 first1, Iterator1 last1, Iterator2 first2) FL_NOEXCEPT
Definition algorithm.h:96
#define FL_DISABLE_WARNING(warning)
#define FL_DISABLE_WARNING_PUSH
#define FL_DISABLE_WARNING_POP

References Args(), bands, fl::equal(), FL_DISABLE_WARNING, FL_DISABLE_WARNING_POP, FL_DISABLE_WARNING_PUSH, fmax, fmin, mode, sample_rate, samples, and window.

+ Here is the call graph for this function: