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

◆ operator<<() [6/14]

StrStream & fl::StrStream::operator<< ( const int16_t & n)
inline

Definition at line 139 of file strstream.h.

139 {
140 mStr.append(n);
141 return *this;
142 }

References StrStream(), and mStr.

+ Here is the call graph for this function: