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

◆ compileTimeAssertions()

void fl::string::compileTimeAssertions ( )
staticprivate

Definition at line 370 of file str.cpp.

370 {
371 static_assert(FASTLED_STR_INLINED_SIZE > 0,
372 "FASTLED_STR_INLINED_SIZE must be greater than 0");
373 static_assert(FASTLED_STR_INLINED_SIZE == kStrInlineSize,
374 "If you want to change the FASTLED_STR_INLINED_SIZE, then it "
375 "must be through a build define and not an include define.");
376}
@ kStrInlineSize
Definition str.h:946

References kStrInlineSize.