MCPcopy Create free account
hub / github.com/FastLED/FastLED / vector

Function vector

src/fl/stl/vector.h:497–498  ·  view source on GitHub ↗

Constructor with memory resource

Source from the content-addressed store, hash-verified

495
496 // Constructor with memory resource
497 explicit vector(memory_resource* resource) FL_NOEXCEPT
498 : vector_basic(sizeof(T), resource, vector_element_ops_for<T>()) {}
499
500 // Constructor with size and value
501 vector(fl::size count, const T &value = T()) FL_NOEXCEPT

Callers 1

vector.hFile · 0.70

Calls 4

TEnum · 0.85
push_backFunction · 0.85
sizeFunction · 0.70
sizeMethod · 0.45

Tested by

no test coverage detected