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

◆ compileTimeAssertions()

void fl::Str::compileTimeAssertions ( )
staticprivate

Definition at line 256 of file str.cpp.

256 {
257 static_assert(FASTLED_STR_INLINED_SIZE > 0,
258 "FASTLED_STR_INLINED_SIZE must be greater than 0");
259 static_assert(FASTLED_STR_INLINED_SIZE == kStrInlineSize,
260 "If you want to change the FASTLED_STR_INLINED_SIZE, then it "
261 "must be through a build define and not an include define.");
262}
@ kStrInlineSize
Definition str.h:584

References kStrInlineSize.