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

◆ clear()

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

Definition at line 150 of file bitset_dynamic.h.

150 {
151 _blocks.reset();
152 _block_count = 0;
153 _size = 0;
154 }
fl::unique_ptr< block_type[]> _blocks

References _block_count, _blocks, _size, and FL_NOEXCEPT.

Referenced by operator=().

+ Here is the caller graph for this function: