operator*

The de-reference operator.

  X& operator*() const throw();
  
Remarks

Returns what the dereferenced pointer *this holds.