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

Function FixedVector

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

Constructor

Source from the content-addressed store, hash-verified

97 typedef const T *const_iterator;
98 // Constructor
99 constexpr FixedVector() FL_NOEXCEPT : current_size(0) {}
100
101 FixedVector(const T (&values)[N]) FL_NOEXCEPT : current_size(N) {
102 assign_array(values, N);

Callers

nothing calls this directly

Calls 8

assign_arrayFunction · 0.85
push_backFunction · 0.85
swapFunction · 0.70
sizeFunction · 0.70
clearMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected