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

◆ operator=() [3/6]

sstream & fl::sstream::operator= ( const CRGB & rgb)
inline

Definition at line 352 of file strstream.h.

352 {
353 mStr.clear();
354 (*this) << rgb;
355 return *this;
356 }
string mStr
Definition strstream.h:369

References sstream(), FL_NOEXCEPT, and mStr.

+ Here is the call graph for this function: