FastLED
3.9.15
Loading...
Searching...
No Matches
◆
compileTimeAssertions()
void fl::Str::compileTimeAssertions
(
)
static
private
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
}
fl::Str::kStrInlineSize
@ kStrInlineSize
Definition
str.h:584
References
kStrInlineSize
.
fl
Str
Generated on Thu May 29 2025 04:44:59 for FastLED by
1.13.2