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

◆ any()

bool fl::bitset_dynamic::any ( ) const
inlinenoexcept

Definition at line 233 of file bitset_dynamic.h.

233 {
234 for (uint32_t i = 0; i < _block_count; ++i) {
235 if (_blocks[i] != 0)
236 return true;
237 }
238 return false;
239 }
block_type * _blocks

References _block_count, and _blocks.

Referenced by none().

+ Here is the caller graph for this function: