Quantum++  v1.0.0-beta2
C++11 quantum computing library
qpp::is_complex< std::complex< T > > Struct Template Reference

Checks whether the type is a complex number type, specialization for complex types. More...

#include <traits.h>

Inheritance diagram for qpp::is_complex< std::complex< T > >:
Collaboration diagram for qpp::is_complex< std::complex< T > >:

Detailed Description

template<typename T>
struct qpp::is_complex< std::complex< T > >

Checks whether the type is a complex number type, specialization for complex types.


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