| 201 | struct 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 |
nothing calls this directly
no outgoing calls
no test coverage detected