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

◆ operator<<() [11/13]

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

Definition at line 49 of file ostream.h.

49 {
50 string temp;
51 temp.append(fl::u16(n));
52 print(temp.c_str());
53 return *this;
54 }
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: