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

◆ operator=()

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

Definition at line 38 of file bitset.h.

38 {
39 _bitset.set(_pos, value);
40 return *this;
41 }
A simple fixed-size Bitset implementation similar to std::Bitset.
Definition bitset.h:21
BitsetFixed & _bitset
Definition bitset.h:33

References Proxy(), _bitset, and _pos.

+ Here is the call graph for this function: