MCPcopy Create free account
hub / github.com/USCiLab/cereal / YourType

Method YourType

sandbox/sandbox_rtti.cpp:85–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 virtual ~YourType() {}
84
85 YourType(int xx) : x(xx) {}
86 YourType() : x(-1) {}
87 int x;
88

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected