| 48 | |
| 49 | struct SimpleVectorSerializable { |
| 50 | SimpleVectorSerializable() = default; |
| 51 | SimpleVectorSerializable(::std::mt19937_64& gen) : s(gen() % 10, gen()) {} |
| 52 | |
| 53 | bool operator==(const SimpleVectorSerializable& o) const { |
nothing calls this directly
no outgoing calls
no test coverage detected