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

Function VectorN

src/fl/stl/vector.h:860–861  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

858 : vector<T>(mInlineBuffer, INLINED_SIZE) {}
859
860 explicit VectorN(memory_resource* resource) FL_NOEXCEPT
861 : vector<T>(mInlineBuffer, INLINED_SIZE, resource) {}
862
863 VectorN(fl::size count, const T& value = T()) FL_NOEXCEPT
864 : vector<T>(mInlineBuffer, INLINED_SIZE) {

Callers 1

vector.hFile · 0.70

Calls 7

TEnum · 0.85
resize_value_implMethod · 0.80
copy_fromMethod · 0.80
move_fromMethod · 0.80
reserve_implMethod · 0.80
sizeMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected