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
}
fl::allocator_slab
Definition
allocator.h:695
References
FL_NOEXCEPT
.
fl
allocator_slab
Generated on Tue Jun 16 2026 00:07:04 for FastLED by
1.13.2