MCPcopy Create free account
hub / github.com/USCiLab/cereal / PoDStructBoost

Class PoDStructBoost

sandbox/performance.cpp:298–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296};
297
298struct PoDStructBoost
299{
300 int32_t a;
301 int64_t b;
302 float c;
303 double d;
304
305 template <class Archive>
306 void serialize( Archive & ar, const unsigned int /*version*/ )
307 {
308 ar & a & b & c & d;
309 }
310};
311
312struct PoDChildCereal : virtual PoDStructCereal
313{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected