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

◆ operator<<() [10/13]

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

Definition at line 70 of file ostream.h.

70 {
71 string temp;
72 temp.append(n);
73 print(temp.c_str());
74 return *this;
75 }
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: