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

◆ operator=() [5/6]

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

Definition at line 60 of file strstream.h.

60 {
61 mStr.clear();
62 (*this) << n;
63 return *this;
64 }

References StrStream(), and mStr.

+ Here is the call graph for this function: