Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/USCiLab/cereal
/ load
Function
load
sandbox/sandbox.cpp:177–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
176
template<class Archive>
177
void load(Archive & ar, Test4 & t)
178
{
179
ar(CEREAL_NVP(t.a));
180
}
181
}
182
183
class Private
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected