1#ifndef SERIALIZE_CONSTR_HH
2#define SERIALIZE_CONSTR_HH
34 template<
typename Archive>
35 void save(Archive& ,
const T& )
const {}
36 template<
typename Archive>
37 type load(Archive& ,
unsigned )
const {
return {}; }
This file implemented 3 utility functions:
Serialize (local) constructor arguments.
type load(Archive &, unsigned) const
void save(Archive &, const T &) const