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

◆ bitset_dynamic() [4/4]

fl::bitset_dynamic::bitset_dynamic ( bitset_dynamic && other)
inlinenoexcept

Definition at line 41 of file bitset_dynamic.h.

42 : _blocks(other._blocks), _block_count(other._block_count),
43 _size(other._size) {
44 other._blocks = nullptr;
45 other._block_count = 0;
46 other._size = 0;
47 }
block_type * _blocks

References bitset_dynamic().

+ Here is the call graph for this function: