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

◆ operator=() [5/6]

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

Definition at line 63 of file strstream.h.

63 {
64 mStr.clear();
65 (*this) << n;
66 return *this;
67 }

References StrStream(), and mStr.

+ Here is the call graph for this function: