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

◆ operator<<() [5/12]

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

Definition at line 52 of file ostream.h.

52 {
53 string temp;
54 temp.append(d);
55 print(temp.c_str());
56 return *this;
57 }
void print(const char *str)

References ostream(), fl::string::append(), fl::basic_string::c_str(), FL_NOEXCEPT, and fl::print().

+ Here is the call graph for this function: