ivl 679
ivl::types::to_real< T > Struct Template Reference

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 > >.


Detailed Description

template<class T>
struct ivl::types::to_real< 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.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations