real

Retrieves the real component of a complex class.

  template<class T> T real(const complex<T>&);
  
Remarks

Returns the real component of the argument.