<memory>
void reset( T* p = 0 ) throw();
替换 p 为保有的指针。若当前实现保有的指针不是空指针,则调用 delete get()。
p
delete get()
(无)