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

Method save

sandbox/sandbox_rtti.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42 template<class Archive>
43 void save(Archive & ar) const
44 {
45 std::cout << "Saving Base" << std::endl;
46 ar( y );
47 }
48
49 template<class Archive>
50 void load(Archive & ar)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected