Type cast

How do you typecast between

std::complex<int> and std::complex<double> ?

How do you multiple between types?

std::complex<int> * std::complex<double>;

Thanks
It was my understanding that the double templated class overloads for this...
Topic archived. No new replies allowed.