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

◆ operator=() [4/6]

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

Definition at line 206 of file strstream.h.

206 {
207 mStr.clear();
208 (*this) << n;
209 return *this;
210 }
string mStr
Definition strstream.h:369

References sstream(), FL_NOEXCEPT, and mStr.

+ Here is the call graph for this function: