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 30 of file unique_ptr.h.

30 {
31 delete[] ptr;
32 }

References FL_NOEXCEPT.