FastLED
3.9.15
Loading...
Searching...
No Matches
◆
operator[]()
[2/2]
template<uint32_t N = 256>
bool
fl::BitsetInlined
< N >::operator[]
(
uint32_t
pos
)
const
inline
noexcept
Returns the value of the bit at position pos.
Definition at line
393
of file
bitset.h
.
393
{
return
test
(
pos
); }
fl::BitsetInlined< N >::test
bool test(uint32_t pos) const noexcept
Definition
bitset.h:383
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