| 86 | }; |
| 87 | struct ComplexArraySerializable { |
| 88 | ComplexArraySerializable() = default; |
| 89 | ComplexArraySerializable(::std::mt19937_64& gen) : s {gen, gen, gen, gen} {} |
| 90 | |
| 91 | bool operator==(const ComplexArraySerializable& o) const { |
nothing calls this directly
no outgoing calls
no test coverage detected