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

Method load

sandbox/sandbox_vs.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91 template <class Archive>
92 void load( Archive & )
93 {
94 std::cout << "locked and loaded" << std::endl;
95 }
96
97 template <class Archive>
98 static void load_and_construct( Archive &, cereal::construct<Test> & )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected