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

◆ clear()

void fl::bitset_dynamic::clear ( )
inline

Definition at line 142 of file bitset_dynamic.h.

142 {
143 delete[] _blocks;
144 _blocks = nullptr;
145 _block_count = 0;
146 _size = 0;
147 }
block_type * _blocks

References _block_count, _blocks, and _size.

Referenced by operator=().

+ Here is the caller graph for this function: