FastLED 3.9.15
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages

◆ isSpace()

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

Definition at line 67 of file str.h.

67 {
68 return c == ' ' || c == '\t' || c == '\n' || c == '\r';
69 }

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

+ Here is the caller graph for this function: