FastLED
3.9.15
Loading...
Searching...
No Matches
◆
assign()
template<uint32_t N = 256>
void
fl::BitsetInlined
< N >::assign
(
size_t
n
,
bool
value
)
inline
Definition at line
281
of file
bitset.h
.
281
{
282
resize
(
n
);
283
if
(
_storage
.template
is<fixed_bitset>
()) {
284
_storage
.template
ptr<fixed_bitset>
()->
assign
(
n
,
value
);
285
}
else
{
286
_storage
.template
ptr<bitset_dynamic>
()->
assign
(
n
,
value
);
287
}
288
}
fl::BitsetInlined< N >::resize
void resize(uint32_t new_size)
Definition
bitset.h:291
fl::BitsetInlined::assign
void assign(size_t n, bool value)
Definition
bitset.h:281
fl::BitsetInlined
A Bitset implementation with inline storage that can grow if needed.
Definition
bitset.h:225
fl
BitsetInlined
Generated on Sat May 24 2025 22:44:24 for FastLED by
1.13.2