Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/USCiLab/cereal
/ PolyBase
Method
PolyBase
unittests/polymorphic.hpp:134–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
struct PolyBase
133
{
134
PolyBase() {}
135
PolyBase( int xx, float yy ) : x(xx), y(yy) {}
136
virtual ~PolyBase() {}
137
int x;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected