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