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