FastLED 3.9.15
Loading...
Searching...
No Matches

◆ vector() [4/12]

template<typename T>
fl::vector< T >::vector ( fl::size count,
const T & value,
memory_resource * resource )
inline

Definition at line 508 of file vector.h.

511 }
void resize_value_impl(fl::size n, const void *value) FL_NOEXCEPT
Resize to n elements. New elements are copy-constructed from value.
vector_basic(fl::size elementSize, memory_resource *resource, const vector_element_ops *ops) FL_NOEXCEPT
Heap-only vector (no inline buffer).