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

◆ destroy()

template<typename T, fl::size SLAB_SIZE = FASTLED_DEFAULT_SLAB_SIZE>
template<typename U>
void fl::allocator_slab< T, SLAB_SIZE >::destroy ( U * p)
inline

Definition at line 495 of file allocator.h.

495 {
496 if (p == nullptr) return;
497 p->~U();
498 }