|
TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
|
#include <triqs/utility/is_complex.hpp>
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.
| T | Type to inspect. |
Definition at line 41 of file is_complex.hpp.