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

Method StructExternalSerialize

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

Source from the content-addressed store, hash-verified

218struct StructExternalSerialize : StructBase
219{
220 StructExternalSerialize() : StructBase{0,0} {}
221 StructExternalSerialize(int x_, int y_) : StructBase{x_,y_} {}
222};
223

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected