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

◆ operator<<() [2/12]

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

Definition at line 21 of file ostream.h.

21 {
22 if (str) {
23 print(str);
24 }
25 return *this;
26 }
void print(const char *str)

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

+ Here is the call graph for this function: