| 193 | }; |
| 194 | |
| 195 | inline bool operator==(const my_eq_ne_structure& x, const my_eq_ne_structure& y) { |
| 196 | return boost::pfr::eq_fields(x, y); |
| 197 | } |
| 198 | |
| 199 | inline bool operator!=(const my_eq_ne_structure& x, const my_eq_ne_structure& y) { |
| 200 | return boost::pfr::ne_fields(x, y); |
nothing calls this directly
no test coverage detected