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

779 {
780 if (p == nullptr) return;
781 p->~U();
782 }

References FL_NOEXCEPT.