MCPcopy Create free account
hub / github.com/baidu/babylon / OldSerializable

Function OldSerializable

test/serialization/test_aggregate.cpp:359–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357
358struct OldSerializable {
359 OldSerializable() = default;
360 OldSerializable(std::mt19937_64& gen)
361 : i(gen()), s {::std::to_string(gen())}, v(gen() % 10, gen()) {}
362

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected