ivl 679
|
to_real is used to promote complex types to real types More...
#include <evolution.hpp>
Inherits type< is_ivl_array< T >, to_type< to_real< subtype< T >::type >::type, T >, to_type< T > >.
to_real is used to promote complex types to real types
This struct promotes any type of std::complex<T> to simply T and leaves all other types as they are. It is used for template functions that combine the use of complex and real numbers.