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

◆ vector() [8/12]

template<typename T>
fl::vector< T >::vector ( fl::initializer_list< T > init)
inline

Definition at line 538 of file vector.h.

542 for (const auto& value : init) {
544 }
545 }
void reserve_impl(fl::size n) FL_NOEXCEPT
vector_basic(fl::size elementSize, memory_resource *resource, const vector_element_ops *ops) FL_NOEXCEPT
Heap-only vector (no inline buffer).
fl::size size() const FL_NOEXCEPT
void push_back(const T &value) FL_NOEXCEPT
Definition vector.h:624
memory_resource * default_memory_resource() FL_NOEXCEPT
Get the default memory resource (wraps fl::Malloc / fl::Free / fl::realloc).