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

◆ operator=() [6/6]

StrStream & fl::StrStream::operator= ( uint8_t n)
inline

Definition at line 66 of file strstream.h.

66 {
67 mStr.clear();
68 (*this) << n;
69 return *this;
70 }

References StrStream(), and mStr.

+ Here is the call graph for this function: