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:597
FASTLED_STR_INLINED_SIZE
#define FASTLED_STR_INLINED_SIZE
Definition
str.h:14
References
FASTLED_STR_INLINED_SIZE
, and
kStrInlineSize
.
fl
Str
Generated on Tue Jun 24 2025 00:58:16 for FastLED by
1.13.2