Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/USCiLab/cereal
/ serialize
Method
serialize
sandbox/performance.cpp:292–295 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
290
291
template <class Archive>
292
void serialize( Archive & ar )
293
{
294
ar(a, b, c, d);
295
}
296
};
297
298
struct PoDStructBoost
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected