TRIQS/h5 1.3.0
C++ interface to HDF5
|
#include <complex>
#include <type_traits>
Provides a compound type and type traits for complex numbers.
Definition in file complex.hpp.
Go to the source code of this file.
Classes | |
struct | h5::dcplx_t |
A complex compound type consisting of two doubles to represent a complex number. More... | |
Variables | |
template<typename T > | |
constexpr bool | h5::is_complex_v = detail::_is_complex<T>::value |
Boolean type trait set to true for std::complex types. | |