FastLED
3.9.15
Loading...
Searching...
No Matches
◆
operator bool()
template<uint32_t N = 256>
fl::BitsetInlined
< N >::Proxy::operator bool
(
)
const
inline
Definition at line
244
of file
bitset.h
.
244
{
return
_bitset
.
test
(
_pos
); }
fl::BitsetInlined::test
bool test(uint32_t pos) const noexcept
Tests whether the bit at position pos is set.
Definition
bitset.h:383
fl::BitsetInlined
A Bitset implementation with inline storage that can grow if needed.
Definition
bitset.h:225
References
_bitset
, and
_pos
.
fl
BitsetInlined
Proxy
Generated on Sat May 24 2025 22:44:24 for FastLED by
1.13.2