FastLED
3.9.15
Loading...
Searching...
No Matches
◆
compileTimeAssertions()
void fl::string::compileTimeAssertions
(
)
static
private
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
}
fl::string::kStrInlineSize
@ kStrInlineSize
Definition
str.h:946
References
kStrInlineSize
.
fl
string
Generated on Fri Aug 22 2025 20:59:37 for FastLED by
1.13.2