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

Function IntSerializable

test/serialization/test_compatible.cpp:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17struct IntSerializable {
18 IntSerializable() = default;
19 IntSerializable(int v) : v {v} {}
20
21 int v {0};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected