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

Method load

sandbox/sandbox_rtti.cpp:99–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97
98 template<class Archive>
99 void load(Archive & ar)
100 {
101 std::cout << "Loading YourType" << std::endl;
102 ar( x );
103 }
104};
105
106CEREAL_REGISTER_TYPE(YourType)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected