TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
Loading...
Searching...
No Matches
is_complex.hpp
#include <complex>
#include <type_traits>

Detailed Description

Provides a type trait to check if a type is complex.

Definition in file is_complex.hpp.

Go to the source code of this file.

Classes

struct  triqs::is_complex< T >
 Trait that checks if a type is complex. More...