MCPcopy 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
284struct 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
298struct PoDStructBoost
299{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected