FastLED 3.9.15
|
A dynamic bitset implementation that can be resized at runtime.
Definition at line 20 of file bitset_dynamic.h.
#include <bitset_dynamic.h>
Private Types | |
using | block_type = fl::u16 |
Static Private Member Functions | |
static fl::u32 | calc_block_count (fl::u32 bit_count) |
Private Attributes | |
fl::u32 | _block_count = 0 |
block_type * | _blocks = nullptr |
fl::u32 | _size = 0 |
Static Private Attributes | |
static constexpr fl::u32 | bits_per_block = 8 * sizeof(fl::u16) |