FastLED
3.9.15
Loading...
Searching...
No Matches
◆
destroy()
template<typename T>
template<typename U>
void
fl::allocator_realloc
< T >::destroy
(
U *
p
)
inline
Definition at line
337
of file
allocator.h
.
337
{
338
if
(
p
==
nullptr
)
return
;
339
p
->~U();
340
}
fl::allocator_realloc
Definition
allocator.h:270
fl
allocator_realloc
Generated on Tue Jun 16 2026 00:07:04 for FastLED by
1.13.2