Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/USCiLab/cereal
/ OurType
Method
OurType
sandbox/sandbox_rtti.cpp:120–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
struct OurType : public OurBase
119
{
120
OurType() : OurBase(), x() {}
121
OurType(int x_) : x(x_) {}
122
virtual ~OurType() {}
123
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected