Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/USCiLab/cereal
/ PoDStructCereal
Class
PoDStructCereal
sandbox/performance.cpp:284–296 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
282
}
283
284
struct PoDStructCereal
285
{
286
int32_t a;
287
int64_t b;
288
float c;
289
double d;
290
291
template <class Archive>
292
void serialize( Archive & ar )
293
{
294
ar(a, b, c, d);
295
}
296
};
297
298
struct PoDStructBoost
299
{
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected