Public Types | List of all members
Seldon::ClassComplexType< T > Class Template Reference

workaround class to retrieve double type from complex<double> More...

#include <Common.hxx>

Public Types

typedef T Treal
 
typedef std::complex< T > Tcplx
 

Detailed Description

template<class T>
class Seldon::ClassComplexType< T >

workaround class to retrieve double type from complex<double>

when T is a template parameter (double or complex<double>) if you need to know the associated real type (double), you can type : typedef typename ClassComplexType<T>::Treal real; In the same way, you can get complex<double> type : typedef typename ClassComplexType<T>::Tcplx complexe;

Definition at line 99 of file Common.hxx.


The documentation for this class was generated from the following file: