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

◆ clear()

FL_DISABLE_WARNING_POP void fl::bitset_dynamic::clear ( )
inline

Definition at line 154 of file bitset_dynamic.h.

154 {
155 delete[] _blocks;
156 _blocks = nullptr;
157 _block_count = 0;
158 _size = 0;
159 }
block_type * _blocks

References _block_count, _blocks, and _size.

Referenced by operator=().

+ Here is the caller graph for this function: