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