Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/USCiLab/cereal
/ PolyBaseC
Method
PolyBaseC
unittests/polymorphic.hpp:87–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
struct PolyBaseC : virtual PolyBaseAA
86
{
87
PolyBaseC() {}
88
PolyBaseC( double yy, long ww ) : PolyBaseAA(ww), y(yy) {}
89
virtual ~PolyBaseC() {}
90
double y;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected