operator->(

The pointer dereference operator.

  X* operator->() const throw();
  
Remarks

Returns what the pointer *this holds.