| 43 | |
| 44 | template <class Archive> |
| 45 | void serialize( Archive & ar ) |
| 46 | { |
| 47 | ar( x, y ); |
| 48 | } |
| 49 | |
| 50 | template <class Archive> |
| 51 | static void load_and_construct( Archive & ar, cereal::construct<Data> & construct ) |
nothing calls this directly
no outgoing calls
no test coverage detected