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

Method load

sandbox/sandbox_rtti.cpp:73–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71
72 template<class Archive>
73 void load(Archive & ar)
74 {
75 std::cout << "Loading MyType" << std::endl;
76 ar( cereal::base_class<Base>( this ) );
77 }
78};
79CEREAL_REGISTER_TYPE(MyType)
80

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected