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

◆ reset() [1/2]

void fl::bitset_dynamic::reset ( )
inlinenoexcept

Definition at line 150 of file bitset_dynamic.h.

150 {
151 if (_blocks && _block_count > 0) {
152 memset(_blocks, 0, _block_count * sizeof(block_type));
153 }
154 }
block_type * _blocks

References _block_count, and _blocks.

Referenced by assign(), and set().

+ Here is the caller graph for this function: