NDDEM
Namespaces | Functions
complex.hpp File Reference

Support for types found in <complex> More...

#include <complex>

Go to the source code of this file.

Namespaces

 cereal
 in certain simple scenarios. They should probably not be used if maximizing performance is the main objective.
 

Functions

template<class Archive , class T >
void cereal::CEREAL_SAVE_FUNCTION_NAME (Archive &ar, std::complex< T > const &comp)
 Serializing (save) for std::complex. More...
 
template<class Archive , class T >
void cereal::CEREAL_LOAD_FUNCTION_NAME (Archive &ar, std::complex< T > &bits)
 Serializing (load) for std::complex. More...
 

Detailed Description

Support for types found in <complex>