Quantum++  v1.0-rc2
A modern 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 constant member 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: