| 49 | double a0{nan}; |
| 50 | }; |
| 51 | template <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 | }; |
| 62 | struct AScOutput { |
| 63 | static constexpr auto id_name = "id"; |
| 64 |
nothing calls this directly
no outgoing calls
no test coverage detected