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

◆ scoped_array2() [3/3]

template<typename T, typename Alloc = fl::allocator<T>>
fl::scoped_array2< T, Alloc >::scoped_array2 ( scoped_array2< T, Alloc > && other)
inlinenoexcept

Definition at line 126 of file scoped_array.h.

128 other.arr_ = nullptr;
129 other.size_ = 0;
130 }

References scoped_array2().

+ Here is the call graph for this function: