The de-reference operator.
X& operator*() const throw();
Returns what the dereferenced pointer *this holds.