std::shared_ptr, 参考
unique_ptr (C 11) shared_ptr (C 11) weak_ptr...是在构造 shared_ptr 时传入的自定义删除器(deleter...与另一个shared_ptr或nullptr比较 (函数模板) ope...
unique_ptr::get - C Reference
The stored pointer points to the object managed by the unique_ptr, if any, or to nullptr if the unique_ptr is empty. Notice that a call to this...