std::shared_ptr
返回儲存的指標。
(無)
儲存的指標。
shared_ptr 可以共享一個物件的所有權,同時儲存指向另一個物件的指標。get() 返回儲存的指標,而不是被管理的指標。
shared_ptr
get()