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

◆ compileTimeAssertions()

void fl::string::compileTimeAssertions ( )
staticprivate

Definition at line 307 of file string.cpp.hpp.

307 {
309 "FASTLED_STR_INLINED_SIZE must be greater than 0");
311 "If you want to change the FASTLED_STR_INLINED_SIZE, then it "
312 "must be through a build define and not an include define.");
313}
@ kStrInlineSize
Definition string.h:441
#define FL_STATIC_ASSERT(...)
#define FASTLED_STR_INLINED_SIZE
std::string compatible string class.
Definition string.h:32

References FASTLED_STR_INLINED_SIZE, FL_STATIC_ASSERT, and kStrInlineSize.