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

◆ operator<<() [6/12]

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

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

27 {
28 char buf[64] = {0};
29 fl::itoa(static_cast<fl::i32>(n), buf, mBase);
30 print(buf);
31 return *this;
32}
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: