Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/USCiLab/cereal
/ load
Method
load
sandbox/sandbox_json.cpp:230–236 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
228
229
template<class Archive>
230
void load(Archive & ar)
231
{
232
ar( f1,
233
CEREAL_NVP(f2),
234
f3 );
235
ar.loadBinaryValue( array, sizeof(int)*4 );
236
}
237
238
void change()
239
{
Callers
nothing calls this directly
Calls
1
loadBinaryValue
Method · 0.45
Tested by
no test coverage detected