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

◆ setTreatCharAsInt()

void fl::StrStream::setTreatCharAsInt ( bool treatCharAsInt)
inline

Definition at line 42 of file strstream.h.

42 {
43 mTreatCharAsInt = treatCharAsInt;
44 }
bool mTreatCharAsInt
Definition strstream.h:173

References mTreatCharAsInt.