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
}
fl::allocator_inlined
Definition
allocator.h:521
fl
allocator_inlined
Generated on Fri Aug 22 2025 20:59:36 for FastLED by
1.13.2