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 42 of file bitset_dynamic.h.

42 {
43 if (other._size > 0) {
44 resize(other._size);
45 memcpy(_blocks, other._blocks, _block_count * sizeof(block_type));
46 }
47 }
FL_DISABLE_WARNING_POP FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_NULL_DEREFERENCE void resize(fl::u32 new_size)
block_type * _blocks

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

+ Here is the call graph for this function: