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

Method StructInternalSplit

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

Source from the content-addressed store, hash-verified

201struct StructInternalSplit : StructBase
202{
203 StructInternalSplit() : StructBase{0,0} {}
204 StructInternalSplit(int x_, int y_) : StructBase{x_,y_} {}
205 template<class Archive>
206 void save(Archive & ar) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected