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

◆ destroy()

template<typename T, fl::size N, typename BaseAllocator = fl::allocator<T>>
template<typename U>
void fl::allocator_inlined< T, N, BaseAllocator >::destroy ( U * p)
inline

Definition at line 684 of file allocator.h.

684 {
685 if (p == nullptr) return;
686 p->~U();
687 }