| 42 | double a1{nan}; |
| 43 | }; |
| 44 | struct AUpdate { |
| 45 | static constexpr auto id_name = "id"; |
| 46 | static constexpr auto a0_name = "a0"; |
| 47 | |
| 48 | ID id{na_IntID}; |
| 49 | double a0{nan}; |
| 50 | }; |
| 51 | template <symmetry_tag symmetry> struct AOutput { |
| 52 | using sym = symmetry; |
| 53 |
nothing calls this directly
no outgoing calls
no test coverage detected