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
249
of file
allocator.h
.
249
{
250
if
(
p
==
nullptr
)
return
;
251
p
->~U();
252
}
fl::allocator
Definition
allocator.h:133
fl
allocator
Generated on Tue Jun 16 2026 00:07:04 for FastLED by
1.13.2