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

Method MinimalSerializable

test/serialization/test_traits.cpp:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27struct MinimalSerializable {
28 MinimalSerializable() = default;
29 MinimalSerializable(::std::mt19937_64& gen) : v(gen()) {}
30 void serialize(CodedOutputStream& os) const {
31 SerializeTraits<int>::serialize(v, os);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected