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

◆ operator()()

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

Definition at line 57 of file shared_ptr.h.

57 {
58 delete ptr;
59 }

References FL_NOEXCEPT.