Pothos  0.5.0-ga4964040
The Pothos dataflow programming software suite
Namespaces | Functions
Complex.hpp File Reference
#include <Pothos/Config.hpp>
#include <Pothos/Archive/Invoke.hpp>
#include <complex>

Go to the source code of this file.

Namespaces

 Pothos
 
 Pothos::serialization
 

Functions

template<typename Archive , typename T >
void Pothos::serialization::save (Archive &ar, const std::complex< T > &t, const unsigned int)
 
template<typename Archive , typename T >
void Pothos::serialization::load (Archive &ar, std::complex< T > &t, const unsigned int)
 
template<typename Archive , typename T >
void Pothos::serialization::serialize (Archive &ar, std::complex< T > &t, const unsigned int ver)