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

◆ operator<<() [18/30]

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

Definition at line 237 of file strstream.h.

237 {
238 // multiply by 100 and round to get 2 decimal places
239 mStr.append(f);
240 return *this;
241 }
string mStr
Definition strstream.h:369

References sstream(), FL_NOEXCEPT, and mStr.

+ Here is the call graph for this function: