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

◆ operator<<() [11/12]

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

Definition at line 45 of file ostream.h.

45 {
46 string temp;
47 temp.append(f);
48 print(temp.c_str());
49 return *this;
50 }
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: