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

◆ reset()

template<typename T, typename Deleter = ArrayDeleter<T>>
void fl::scoped_array< T, Deleter >::reset ( T * arr = nullptr)
inline

Definition at line 66 of file scoped_array.h.

66 {
67 if (arr_ == arr) {
68 return;
69 }
71 arr_ = arr;
72 }

References arr_, and deleter_.

Referenced by clear(), and operator=().

+ Here is the caller graph for this function: