![]() |
Blaze 3.9
|
Converting the given type to the matching 'complex' type. More...
#include <MakeComplex.h>
Converting the given type to the matching 'complex' type.
The MakeComplex type trait converts the given floating point type T to the matching 'complex' type with the same cv-qualifiers. 'complex' types are preserved. For all other types, including integral types, no type conversion is performed.
Note that it is possible to add support for other data types by specializing the MakeComplex class template.