FastLED
3.9.15
Loading...
Searching...
No Matches
◆
construct()
template<typename T>
template<typename U, typename... Args>
void
fl::allocator_psram
< T >::construct
(
U *
p
,
Args &&...
args
)
inline
Definition at line
164
of file
allocator.h
.
164
{
165
if
(
p
==
nullptr
)
return
;
166
new
(
static_cast<
void
*
>
(
p
))
U
(
fl::forward<Args>
(
args
)...);
167
}
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