Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/USCiLab/cereal
/ load
Method
load
sandbox/sandbox_rtti.cpp:50–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
49
template<class Archive>
50
void load(Archive & ar)
51
{
52
std::cout <<
"Loading Base"
<< std::endl;
53
ar( y );
54
}
55
};
56
57
struct MyType : public Base
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected