get

Gets the value that the pointer points to.

  X* get() const throw();
  
Remarks

Returns what the pointer *this holds.