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

◆ destroy()

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

Definition at line 337 of file allocator.h.

337 {
338 if (p == nullptr) return;
339 p->~U();
340 }