pupene
0.2.0
|
Utility functions for serializing to/from binary. More...
Go to the source code of this file.
Namespaces | |
pupene | |
Functions | |
template<typename T > | |
T | pupene::from_binary (std::istream &in, bool debug=false) |
template<typename T > | |
void | pupene::to_binary (T &obj, std::ostream &out, bool debug=false) |
Utility functions for serializing to/from binary.
Definition in file binary.h.