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

Method serialize

sandbox/sandbox.cpp:238–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236{
237 template<class Archive>
238 void serialize(Archive &)
239 {
240 std::cout << "Side effects!" << std::endl;
241 }
242};
243
244struct NonEmptyStruct

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected