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

Function BasicTypeSerializable

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

Source from the content-addressed store, hash-verified

21
22struct BasicTypeSerializable {
23 BasicTypeSerializable() = default;
24 BasicTypeSerializable(std::mt19937_64& gen)
25 : i(gen()), s {::std::to_string(gen())}, v(gen() % 10, gen()) {}
26

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected