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

◆ operator=() [2/2]

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

Definition at line 45 of file scoped_array.h.

45 {
46 if (this != &other) {
48 other.arr_ = nullptr;
49 }
50 return *this;
51 }
void reset(T *arr=nullptr)

References scoped_array(), and reset().

+ Here is the call graph for this function: