FastLED 3.9.15
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages

◆ operator<<() [4/14]

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

Definition at line 98 of file strstream.h.

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

References StrStream(), and mStr.

+ Here is the call graph for this function: