FastLED
3.9.15
Loading...
Searching...
No Matches
◆
any()
template<uint32_t N = 256>
bool
fl::BitsetInlined
< N >::any
(
)
const
inline
noexcept
Queries.
Definition at line
405
of file
bitset.h
.
405
{
406
if
(
_storage
.template
is<fixed_bitset>
()) {
407
return
_storage
.template
ptr<fixed_bitset>
()->
any
();
408
}
else
{
409
return
_storage
.template
ptr<bitset_dynamic>
()->
any
();
410
}
411
}
fl::BitsetInlined::any
bool any() const noexcept
Queries.
Definition
bitset.h:405
fl::BitsetInlined
A Bitset implementation with inline storage that can grow if needed.
Definition
bitset.h:225
fl
BitsetInlined
Generated on Tue Jun 24 2025 00:58:15 for FastLED by
1.13.2