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

◆ operator<<() [8/12]

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

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

13 {
14 char buf[64] = {0};
15 fl::itoa(static_cast<fl::i32>(n), buf, mBase);
16 print(buf);
17 return *this;
18}
int mBase
Definition ostream.h:88
int itoa(i32 value, char *sp, int radix)
Convert signed 32-bit integer to string buffer in given radix.
void print(const char *str)

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

+ Here is the call graph for this function: