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

◆ operator()()

template<typename T>
void fl::detail::array_delete< T >::operator() ( T * ptr) const
inline

Definition at line 73 of file shared_ptr.h.

73 {
74 delete[] ptr;
75 }

References FL_NOEXCEPT.