MCPcopy Create free account
hub / github.com/PowerGridModel/power-grid-model / C1

Method C1

tests/cpp_unit_tests/test_container.cpp:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26struct C1 : C {
27 C1(Idx a1, double b1) : C{a1}, b{b1} {}
28 double b;
29};
30

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected