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

◆ anonymous enum

anonymous enum
private
Enumerator
kStrInlineSize 

Definition at line 577 of file str.h.

577 {
578 // Bake the size into the string class so we can issue a compile time
579 // check
580 // to make sure the user doesn't do something funny like try to change
581 // the
582 // size of the inlined string via an included defined instead of a build
583 // define.
585 };
@ kStrInlineSize
Definition str.h:584
#define FASTLED_STR_INLINED_SIZE
Definition str.h:14