Quantum++  v0.8.8.2
C++11 quantum computing library
qpp::is_complex< T > Struct Template Reference

Checks whether the type is a complex type. More...

#include <traits.h>

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

Detailed Description

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

Checks whether the type is a complex type.

Provides the member constant value which is equal to true, if the type is a complex type (i.e. std::complex<T>)


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