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

Method StructInternalSerialize

unittests/common.hpp:192–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190struct StructInternalSerialize : StructBase
191{
192 StructInternalSerialize() : StructBase{0,0} {}
193 StructInternalSerialize(int x_, int y_) : StructBase{x_,y_} {}
194 template<class Archive>
195 void serialize(Archive & ar)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected