MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / array_usage

Function array_usage

cp-profiler/src/cpprofiler/tests/tree_test.cpp:58–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56int TestClass::counter = 0;
57
58void array_usage()
59{
60
61 utils::Array<TestClass> arr(2);
62
63 arr[0] = TestClass{};
64 arr[1] = TestClass{};
65
66 // auto other = arr;
67
68 // TestClass a;
69 // arr[0] = a;
70}
71
72void growing_tree()
73{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected