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
inlinenoexcept

Returns the value of the bit at position pos.

Definition at line 393 of file bitset.h.

393{ return test(pos); }
bool test(uint32_t pos) const noexcept
Definition bitset.h:383
A Bitset implementation with inline storage that can grow if needed.
Definition bitset.h:225