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

◆ setTreatCharAsInt()

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

Definition at line 45 of file strstream.h.

45 {
46 mTreatCharAsInt = treatCharAsInt;
47 }
bool mTreatCharAsInt
Definition strstream.h:176

References mTreatCharAsInt.