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

◆ operator<<() [4/12]

StrStream & fl::StrStream::operator<< ( const double & f)
inline

Definition at line 95 of file strstream.h.

95 {
96 // multiply by 100 and round to get 2 decimal places
97 mStr.append(f);
98 return *this;
99 }

References StrStream(), and mStr.

+ Here is the call graph for this function: