FastLED
3.9.15
Loading...
Searching...
No Matches
◆
destroy()
template<typename T>
template<typename U>
void
fl::allocator_psram
< T >::destroy
(
U *
p
)
inline
Definition at line
171
of file
allocator.h
.
171
{
172
if
(
p
==
nullptr
)
return
;
173
p
->~U();
174
}
fl::allocator_psram
Definition
allocator.h:124
fl
allocator_psram
Generated on Fri Aug 22 2025 20:59:36 for FastLED by
1.13.2