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

◆ bitset_dynamic() [4/4]

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

Definition at line 50 of file bitset_dynamic.h.

51 : _blocks(fl::move(other._blocks)), _block_count(other._block_count),
52 _size(other._size) {
53 other._block_count = 0;
54 other._size = 0;
55 }
fl::unique_ptr< block_type[]> _blocks
constexpr remove_reference< T >::type && move(T &&t) FL_NOEXCEPT
Definition s16x16x4.h:28

References bitset_dynamic(), FL_NOEXCEPT, and fl::fl::move().

+ Here is the call graph for this function: