Theoretica
A C++ numerical and automatic mathematical library
theoretica::is_complex_type< T > Struct Template Reference

Type trait to check whether the given type is a specialization of the complex number class or not, using the static boolean element is_complex_type<T>::value. More...

#include <complex_types.h>

+ Inheritance diagram for theoretica::is_complex_type< T >:

Detailed Description

template<typename T>
struct theoretica::is_complex_type< T >

Type trait to check whether the given type is a specialization of the complex number class or not, using the static boolean element is_complex_type<T>::value.


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