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

Method C2

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

Source from the content-addressed store, hash-verified

30
31struct C2 : C {
32 C2(Idx a1, uint16_t b1) : C{a1}, b{b1} {}
33 uint16_t b;
34};
35

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected