The pointer dereference operator.
X* operator->() const throw();
Returns what the pointer *this holds.