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

◆ isSpace()

static bool fl::StringFormatter::isSpace ( char c)
inlinestatic

Definition at line 41 of file str.h.

41{ return c == ' ' || c == '\t' || c == '\n' || c == '\r'; }

Referenced by fl::StrN< SIZE >::trim().

+ Here is the caller graph for this function: