7 #ifndef _MGCPP_TYPE_TRAITS_HOST_VALUE_TYPE_HPP_ 8 #define _MGCPP_TYPE_TRAITS_HOST_VALUE_TYPE_HPP_ 16 template <
typename Type>
21 template <
typename Type>
23 using type = std::complex<Type>;
Definition: adapter_base.hpp:12
std::complex< Type > complex
Definition: complex.hpp:15
std::complex< Type > type
Definition: host_value_type.hpp:23
Definition: host_value_type.hpp:17
Type type
Definition: host_value_type.hpp:18