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 205 of file scoped_ptr.h.

207 other.arr_ = nullptr;
208 other.size_ = 0;
209 }

References scoped_array2().

+ Here is the call graph for this function: