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

Method load

sandbox/sandbox.cpp:93–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91
92 template <class Archive>
93 void load( Archive & ar )
94 {
95 ar( cereal::virtual_base_class<Base>(this) );
96 std::cout << "Derived load" << std::endl;
97 ar( y );
98 }
99
100 void foo() {}
101

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected