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

◆ bitset_dynamic() [4/4]

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

Definition at line 50 of file bitset_dynamic.h.

51 : _blocks(other._blocks), _block_count(other._block_count),
52 _size(other._size) {
53 other._blocks = nullptr;
54 other._block_count = 0;
55 other._size = 0;
56 }
block_type * _blocks

References bitset_dynamic().

+ Here is the call graph for this function: