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

◆ operator<<() [6/13]

ostream & fl::ostream::operator<< ( double d)
inline

Definition at line 84 of file ostream.h.

84 {
85 string temp;
86 temp.append(d);
87 print(temp.c_str());
88 return *this;
89 }
void print(const char *str)
Definition io.cpp:49

References ostream(), fl::string::append(), fl::StrN< SIZE >::c_str(), and fl::print().

+ Here is the call graph for this function: