13 do_pup(BinaryReader
{in
}, t, debug);
18 void to_binary(T& obj, std::ostream& out,
bool debug =
false) {
19 do_pup(BinaryWriter
{out
}, obj, debug);
T from_binary(std::istream &in, bool debug=false)
void to_binary(T &obj, std::ostream &out, bool debug=false)
BinaryPupper(Stream &stream)