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

◆ operator<<() [1/12]

ostream & fl::ostream::operator<< ( char c)
inline

Definition at line 33 of file ostream.h.

33 {
34 char str[2] = {c, '\0'};
35 print(str);
36 return *this;
37 }
void print(const char *str)

References ostream(), FL_NOEXCEPT, and fl::print().

+ Here is the call graph for this function: