22#ifndef LIBH5_COMPLEX_HPP
23#define LIBH5_COMPLEX_HPP
50 struct _is_complex : std::false_type {};
54 struct _is_complex<std::complex<T>> : std::true_type {};
constexpr bool is_complex_v
Boolean type trait set to true for std::complex types.
A complex compound type consisting of two doubles to represent a complex number.