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

Function load

sandbox/sandbox_json.cpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112
113 template<class Archive>
114 void load(Archive & ar, Test4 & t)
115 {
116 ar(CEREAL_NVP(t.a));
117 }
118}
119
120class Private

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected