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

Method save

sandbox/sandbox_vs.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84
85 template <class Archive>
86 void save( Archive & ) const
87 {
88 std::cout << "saved by the bell" << std::endl;
89 }
90
91 template <class Archive>
92 void load( Archive & )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected