| 60 | double a3{nan}; |
| 61 | }; |
| 62 | struct AScOutput { |
| 63 | static constexpr auto id_name = "id"; |
| 64 | |
| 65 | ID id{na_IntID}; |
| 66 | }; |
| 67 | struct BInput {}; |
| 68 | struct BUpdate {}; |
| 69 | template <symmetry_tag symmetry> struct BOutput { |
nothing calls this directly
no outgoing calls
no test coverage detected