MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / array

Method array

tests/FieldDeclArrayRef2Test.cpp:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6 T (&data)[SIZE];
7public:
8 array() : data(*new T[1][SIZE]) { }
9 array(T (&reference)[SIZE]) : data(reference) { }
10};
11

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected