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 {
409 }
void push_back(const T &value)
Definition vector.h:552