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

◆ destroy()

template<typename T>
template<typename U>
void fl::allocator< T >::destroy ( U * p)
inline

Definition at line 249 of file allocator.h.

249 {
250 if (p == nullptr) return;
251 p->~U();
252 }