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

◆ operator=() [4/6]

StrStream & fl::StrStream::operator= ( const fl::u16 & n)
inline

Definition at line 94 of file strstream.h.

94 {
95 mStr.clear();
96 (*this) << n;
97 return *this;
98 }

References StrStream(), and mStr.

+ Here is the call graph for this function: