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

Method load

sandbox/sandbox.cpp:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142
143 template<class Archive>
144 void load(Archive & ar)
145 {
146 ar(a);
147 }
148};
149
150// ###################################

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected