public member type
<complex>

std::complex::value_type

typedef T value_type;
Value type
This is a member alias of the template parameter of complex (referred as T in this reference).

It is the component type used internally for the values of real and imag.