TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
Loading...
Searching...
No Matches

#include <triqs/utility/is_complex.hpp>

Detailed Description

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

Trait that checks if a type is complex.

It inherits from std::true_type when T is std::complex<U> for some U. Otherwise, it inherits from std::false_type.

Template Parameters
TType to inspect.

Definition at line 41 of file is_complex.hpp.


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