|
cereal
A C++11 library for serialization
|
Support for types found in <complex> More...
#include <complex>Go to the source code of this file.
Functions | |
| template<class Archive , class T > | |
| void | cereal::CEREAL_SAVE_FUNCTION_NAME (Archive &ar, std::complex< T > const &comp) |
| Serializing (save) for std::complex. | |
| template<class Archive , class T > | |
| void | cereal::CEREAL_LOAD_FUNCTION_NAME (Archive &ar, std::complex< T > &bits) |
| Serializing (load) for std::complex. | |
Support for types found in <complex>
1.8.17