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

◆ any()

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

Queries.

Definition at line 149 of file bitset.h.

149{ 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: