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

◆ operator=() [2/6]

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

Definition at line 232 of file strstream.h.

232 {
233 mStr.clear();
234 mStr.append(str);
235 return *this;
236 }
const string & str() const
Definition strstream.h:51

References StrStream(), mStr, and str().

+ Here is the call graph for this function: