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

Class A

tests/cpp_unit_tests/auxiliary/test_dataset.cpp:130–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128
129namespace {
130struct A {
131 using InputType = AInput;
132 using UpdateType = AUpdate;
133 template <symmetry_tag sym> using OutputType = AOutput<sym>;
134 using ShortCircuitOutputType = AScOutput;
135
136 static constexpr auto name = "A";
137};
138struct B {
139 using InputType = BInput;
140 using UpdateType = BUpdate;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected