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

◆ bitset_dynamic() [3/4]

fl::bitset_dynamic::bitset_dynamic ( const bitset_dynamic & other)
inline

Definition at line 33 of file bitset_dynamic.h.

33 {
34 if (other._size > 0) {
35 resize(other._size);
36 memcpy(_blocks, other._blocks, _block_count * sizeof(block_type));
37 }
38 }
void resize(uint32_t new_size)
block_type * _blocks

References bitset_dynamic(), _block_count, _blocks, _size, and resize().

+ Here is the call graph for this function: