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

Method load_and_construct

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

Source from the content-addressed store, hash-verified

96
97 template <class Archive>
98 static void load_and_construct( Archive &, cereal::construct<Test> & )
99 {
100 }
101
102 template <class Archive>
103 int save_minimal() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected