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

◆ operator<<() [12/13]

ostream & fl::ostream::operator<< ( float f)
inline

Definition at line 77 of file ostream.h.

77 {
78 string temp;
79 temp.append(f);
80 print(temp.c_str());
81 return *this;
82 }
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: