Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/USCiLab/cereal
/ load
Method
load
sandbox/sandbox_rtti.cpp:159–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
158
template <class Archive>
159
void load( Archive & ar )
160
{
161
ar( cereal::virtual_base_class<BaseVirtual>( this ) );
162
ar( y );
163
}
164
};
165
166
struct TestType
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected