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

◆ operator=() [1/6]

sstream & fl::sstream::operator= ( char c)
inline

Definition at line 218 of file strstream.h.

218 {
219 mStr.clear();
220 (*this) << c;
221 return *this;
222 }
string mStr
Definition strstream.h:369

References sstream(), FL_NOEXCEPT, and mStr.

+ Here is the call graph for this function: