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

Method save

sandbox/sandbox_rtti.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65 template<class Archive>
66 void save(Archive & ar) const
67 {
68 std::cout << "Saving MyType" << std::endl;
69 ar( cereal::virtual_base_class<Base>( this ) );
70 }
71
72 template<class Archive>
73 void load(Archive & ar)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected