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

Class AInput

tests/cpp_unit_tests/auxiliary/test_dataset.cpp:35–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34namespace {
35struct AInput {
36 static constexpr auto id_name = "id";
37 static constexpr auto a0_name = "a0";
38 static constexpr auto a1_name = "a1";
39
40 ID id{na_IntID};
41 double a0{nan};
42 double a1{nan};
43};
44struct AUpdate {
45 static constexpr auto id_name = "id";
46 static constexpr auto a0_name = "a0";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected