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

◆ setTreatCharAsInt()

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

Definition at line 47 of file strstream.h.

47 {
48 mTreatCharAsInt = treatCharAsInt;
49 }
bool mTreatCharAsInt
Definition strstream.h:250

References mTreatCharAsInt.