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
138
of file
allocator.h
.
138
{
139
new
(
static_cast<
void
*
>
(
p
))
U
(
fl::forward<Args>
(
args
)...);
140
}
fl::allocator_psram
Definition
allocator.h:98
fl
allocator_psram
Generated on Thu Jun 5 2025 04:29:40 for FastLED by
1.13.2