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

◆ operator<<() [10/30]

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

Definition at line 243 of file strstream.h.

243 {
244 // multiply by 100 and round to get 2 decimal places
245 mStr.append(f);
246 return *this;
247 }
string mStr
Definition strstream.h:369

References sstream(), FL_NOEXCEPT, and mStr.

+ Here is the call graph for this function: