std::complex::complex (3) Linux Manual Page
std::complex<T>::complex – std::complex<T>::complex Synopsis primary template complex<T> complex(const T &re = T(), const T &im = T()); (1)(until C++ 14) constexpr complex(const T &re = T(), const T &im = T()); (1)(since C++ 14) complex(const complex &other); (2)(until C++ 14) constexpr complex(const complex &other); (2)(since C++ 14) template <class X> (3)(until C++ 14) complex(const complex<X>…
