FastLED
3.9.15
Loading...
Searching...
No Matches
◆
all()
template<uint32_t N = 256>
bool
fl::BitsetInlined
< N >::all
(
)
const
inline
noexcept
Definition at line
421
of file
bitset.h
.
421
{
422
if
(
_storage
.template
is<fixed_bitset>
()) {
423
return
_storage
.template
ptr<fixed_bitset>
()->
all
();
424
}
else
{
425
return
_storage
.template
ptr<bitset_dynamic>
()->
all
();
426
}
427
}
fl::BitsetInlined::all
bool all() const noexcept
Definition
bitset.h:421
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