class common_type<kfr::complex<T1>, kfr::vec<T2, N>> complex¶
template <typename T1, typename T2, size_t N>
struct common_type<kfr::complex<T1>, kfr::vec<T2, N>>
: kfr::construct_common_type<std::common_type<T1, T2>, kfr::vec_of_complex<N>::template type> { … } Defined at simd/complex.hpp:335