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

◆ operator<<() [9/30]

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

Definition at line 46 of file strstream.h.

46 {
47 mStr.append(rgb);
48 return *this;
49 }
string mStr
Definition strstream.h:369

References sstream(), FL_NOEXCEPT, and mStr.

+ Here is the call graph for this function: