Support for types found in <complex>
More...
#include <complex>
Go to the source code of this file.
|
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>