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

◆ operator<<() [8/13]

ostream & fl::ostream::operator<< ( fl::i32 n)
inline

Definition at line 63 of file ostream.h.

63 {
64 string temp;
65 temp.append(n);
66 print(temp.c_str());
67 return *this;
68 }
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: