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

◆ clear()

template<typename T, typename Deleter = ArrayDeleter<T>>
void fl::scoped_array< T, Deleter >::clear ( )
inline

Definition at line 141 of file scoped_ptr.h.

141 {
142 reset();
143 }
void reset(T *arr=nullptr)
Definition scoped_ptr.h:133

References reset().

+ Here is the call graph for this function: