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
966
of file
allocator.h
.
966
{
967
if
(
p
==
nullptr
)
return
;
968
p
->~U();
969
}
fl::allocator_inlined
Definition
allocator.h:805
fl
allocator_inlined
Generated on Tue Jun 16 2026 00:07:04 for FastLED by
1.13.2