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

◆ vector() [3/12]

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

Definition at line 501 of file vector.h.

505 }
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).
memory_resource * default_memory_resource() FL_NOEXCEPT
Get the default memory resource (wraps fl::Malloc / fl::Free / fl::realloc).