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

Method StructExternalSplit

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

Source from the content-addressed store, hash-verified

230struct StructExternalSplit : StructBase
231{
232 StructExternalSplit() : StructBase{0,0} {}
233 StructExternalSplit(int x_, int y_) : StructBase{x_,y_} {}
234};
235

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected