m_re
complex
public
double m_re
EX1
void complex_real_part() { complex cc(4.5, 7.8); out_double("real part = ", cc.m_re); // shoulde be 4.5 }
the property representing the real part of the complex value.
origin.h