Returns a pointer to the owned object.
T* get() const;
If *this owns an object, a pointer to the object is returned, else nullptr is returned.
*this
nullptr