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

◆ operator bool()

template<uint32_t N>
fl::BitsetFixed< N >::Proxy::operator bool ( ) const
inline

Definition at line 43 of file bitset.h.

43{ return _bitset.test(_pos); }
BitsetFixed & _bitset
Definition bitset.h:33

References _bitset, and _pos.