FastLED 3.9.15
Loading...
Searching...
No Matches

◆ operator[]() [2/2]

template<uint32_t N>
bool fl::BitsetFixed< N >::operator[] ( uint32_t pos) const
inlinenoexcept

Returns the value of the bit at position pos.

Definition at line 118 of file bitset.h.

118{ return test(pos); }
bool test(uint32_t pos) const noexcept
Tests whether the bit at position pos is set.
Definition bitset.h:108
A simple fixed-size Bitset implementation similar to std::Bitset.
Definition bitset.h:21

References pos, and test().

+ Here is the call graph for this function: