| 60 | }; |
| 61 | struct ComplexVectorSerializable { |
| 62 | ComplexVectorSerializable() = default; |
| 63 | ComplexVectorSerializable(::std::mt19937_64& gen) : s(gen() % 10, gen) {} |
| 64 | |
| 65 | bool operator==(const ComplexVectorSerializable& o) const { |
nothing calls this directly
no outgoing calls
no test coverage detected