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

◆ operator=() [2/6]

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

Definition at line 344 of file strstream.h.

344 {
345 mStr.clear();
346 mStr.append(str);
347 return *this;
348 }
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: