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

◆ none()

template<uint32_t N>
bool fl::BitsetFixed< N >::none ( ) const
inlinenoexcept

Definition at line 150 of file bitset.h.

150{ return count() == 0; }
uint32_t count() const noexcept
Returns the number of set bits.
Definition bitset.h:121

References count().

+ Here is the call graph for this function: