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

◆ operator()() [2/2]

template<typename T>
void fl::default_delete< T[]>::operator() ( T * ptr) const
inline

Definition at line 27 of file unique_ptr.h.

27 {
28 delete[] ptr;
29 }