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

◆ operator<<() [7/12]

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

Definition at line 137 of file strstream.h.

137 {
138 mStr.append(n);
139 return *this;
140 }

References StrStream(), and mStr.

+ Here is the call graph for this function: