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

◆ operator<<() [4/13]

ostream & fl::ostream::operator<< ( const string & str)
inline

Definition at line 31 of file ostream.h.

31 {
32 print(str.c_str());
33 return *this;
34 }
void print(const char *str)
Definition io.cpp:49

References ostream(), fl::StrN< SIZE >::c_str(), and fl::print().

+ Here is the call graph for this function: