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

◆ operator<<() [9/12]

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

Definition at line 41 of file ostream.cpp.hpp.

41 {
42 char buf[64] = {0};
43 fl::utoa32(n, buf, mBase);
44 print(buf);
45 return *this;
46}
int mBase
Definition ostream.h:88
void print(const char *str)
int utoa32(u32 value, char *sp, int radix)
Convert unsigned 32-bit integer to string buffer in given radix.

References ostream(), mBase, fl::print(), and fl::utoa32().

+ Here is the call graph for this function: