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

◆ reset() [2/2]

template<uint32_t N = 256>
BitsetInlined & fl::BitsetInlined< N >::reset ( uint32_t pos)
inline

Clears the bit at position pos.

Definition at line 351 of file bitset.h.

351{ return set(pos, false); }
BitsetInlined & set(uint32_t pos, bool value=true)
Definition bitset.h:332
A Bitset implementation with inline storage that can grow if needed.
Definition bitset.h:225