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

◆ operator<<() [2/13]

ostream & fl::ostream::operator<< ( const char * str)
inline

Definition at line 24 of file ostream.h.

24 {
25 if (str) {
26 print(str);
27 }
28 return *this;
29 }
void print(const char *str)
Definition io.cpp:49

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

+ Here is the call graph for this function: