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

◆ operator<<() [5/14]

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

Definition at line 92 of file strstream.h.

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

References StrStream(), and mStr.

+ Here is the call graph for this function: