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

◆ operator<<() [4/12]

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

Definition at line 28 of file ostream.h.

28 {
29 print(str.c_str());
30 return *this;
31 }
void print(const char *str)

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

+ Here is the call graph for this function: