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

Method load

sandbox/sandbox_json.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79
80 template<class Archive>
81 void load(Archive & ar)
82 {
83 ar(a);
84 }
85};
86
87// ###################################

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected