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

◆ operator<<() [7/30]

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

Definition at line 230 of file strstream.h.

230 {
231 if (str) {
232 mStr.append(str);
233 }
234 return *this;
235 }
string str() const FL_NOEXCEPT
Definition strstream.h:43
string mStr
Definition strstream.h:369

References sstream(), FL_NOEXCEPT, mStr, and str().

+ Here is the call graph for this function: