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

◆ operator bool()

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

Definition at line 244 of file bitset.h.

244{ return _bitset.test(_pos); }
bool test(uint32_t pos) const noexcept
Tests whether the bit at position pos is set.
Definition bitset.h:383
A Bitset implementation with inline storage that can grow if needed.
Definition bitset.h:225

References _bitset, and _pos.