Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_array
Function · 0.85
push_back
Function · 0.85
swap
Function · 0.70
size
Function · 0.70
clear
Method · 0.45
size
Method · 0.45
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected