std::shared_ptr
返回存储的指针。
(无)
存储的指针。
shared_ptr 可能在共享对象所有权的同时存储指向另一个对象的指针。 get() 返回存储的指针,而不是托管的指针。
shared_ptr
get()