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

◆ operator<<() [3/30]

sstream & fl::sstream::operator<< ( const audio::fft::Bins & bins)

Definition at line 28 of file strstream.cpp.hpp.

28 {
29 mStr.append("Bins(bands=");
30 mStr.append(bins.bands());
31 mStr.append(", raw=");
32 (*this) << bins.raw();
33 mStr.append(", db=");
34 (*this) << bins.db();
35 mStr.append(")");
36 return *this;
37}
string mStr
Definition strstream.h:369

References sstream(), fl::audio::fft::Bins::bands(), fl::audio::fft::Bins::db(), mStr, and fl::audio::fft::Bins::raw().

+ Here is the call graph for this function: