T& operator*() const throw();
T* operator->() const throw();
解引用指向被管理对象的指针。第一版本要求 get() != 0。
get() != 0
(无)
*get()
get()