FastLED
3.9.15
Loading...
Searching...
No Matches
◆
none()
template<uint32_t N = 256>
bool
fl::BitsetInlined
< N >::none
(
)
const
inline
noexcept
Definition at line
413
of file
bitset.h
.
413
{
414
if
(
_storage
.template
is<fixed_bitset>
()) {
415
return
_storage
.template
ptr<fixed_bitset>
()->
none
();
416
}
else
{
417
return
_storage
.template
ptr<bitset_dynamic>
()->
none
();
418
}
419
}
fl::BitsetInlined::none
bool none() const noexcept
Definition
bitset.h:413
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