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

◆ operator<<() [7/13]

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

Definition at line 56 of file ostream.h.

56 {
57 string temp;
58 temp.append(n);
59 print(temp.c_str());
60 return *this;
61 }
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: