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

◆ operator=()

template<uint32_t N = 256>
Proxy & fl::BitsetInlined< N >::Proxy::operator= ( bool value)
inline

Definition at line 239 of file bitset.h.

239 {
241 return *this;
242 }
BitsetInlined & set(uint32_t pos, bool value=true)
Sets or clears the bit at position pos.
Definition bitset.h:332
A Bitset implementation with inline storage that can grow if needed.
Definition bitset.h:225

References Proxy(), _bitset, and _pos.

+ Here is the call graph for this function: