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

Method load

unittests/common.hpp:212–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210
211 template<class Archive>
212 void load(Archive & ar)
213 {
214 ar(x, y);
215 }
216};
217
218struct StructExternalSerialize : StructBase

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected