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 93 of file allocator.h.

93 {
94 p->~U();
95 }