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

◆ scoped_array() [4/4]

template<typename T, typename Deleter = ArrayDeleter<T>>
fl::scoped_array< T, Deleter >::scoped_array ( scoped_array< T, Deleter > && other)
inlinenoexcept

Definition at line 106 of file scoped_ptr.h.

107 other.arr_ = nullptr;
108 other.deleter_ = {};
109 }

References scoped_array().

+ Here is the call graph for this function: