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

◆ reset() [2/2]

template<uint32_t N>
BitsetFixed & fl::BitsetFixed< N >::reset ( uint32_t pos)
inline

Clears the bit at position pos.

Definition at line 82 of file bitset.h.

82{ return set(pos, false); }
BitsetFixed & set(uint32_t pos, bool value=true)
Sets or clears the bit at position pos.
Definition bitset.h:59
A simple fixed-size Bitset implementation similar to std::Bitset.
Definition bitset.h:21

References BitsetFixed(), pos, and set().

+ Here is the call graph for this function: