Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ array
Method
array
tests/FieldDeclArrayRefTest.cpp:11–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
T (&data)[SIZE];
10
public:
11
array() : data(x) { }
12
array(T (&reference)[SIZE]) : data(reference) { }
13
};
14
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected