FastLED
3.9.15
Loading...
Searching...
No Matches
◆
emplace_back()
template<typename T, typename Allocator = fl::allocator<T>>
template<typename... Args>
void
fl::HeapVector
< T, Allocator >::emplace_back
(
Args &&...
args
)
inline
Definition at line
407
of file
vector.h
.
407
{
408
push_back
(
T
(
fl::forward<Args>
(
args
)...));
409
}
fl::HeapVector< T, Allocator >::push_back
void push_back(const T &value)
Definition
vector.h:552
fl::HeapVector
Definition
vector.h:345
fl
HeapVector
Generated on Fri Aug 22 2025 20:59:36 for FastLED by
1.13.2