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

Class AOutput

tests/cpp_unit_tests/auxiliary/test_dataset.cpp:51–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 double a0{nan};
50};
51template <symmetry_tag symmetry> struct AOutput {
52 using sym = symmetry;
53
54 static constexpr auto id_name = "id";
55 static constexpr auto a2_name = "a2";
56 static constexpr auto a3_name = "a3";
57
58 ID id{na_IntID};
59 double a2{nan};
60 double a3{nan};
61};
62struct AScOutput {
63 static constexpr auto id_name = "id";
64

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected