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

◆ operator<<() [5/24]

StrStream & fl::StrStream::operator<< ( const char & c)
inline

Definition at line 135 of file strstream.h.

135 {
136 if (mTreatCharAsInt) {
138 } else {
140 }
141 return *this;
142 }
bool mTreatCharAsInt
Definition strstream.h:250
static void append(string &str, const T &n)
Definition strstream.h:21

References StrStream(), fl::StrStreamHelper< T >::append(), mStr, and mTreatCharAsInt.

+ Here is the call graph for this function: