八股文_C++内存管理面试题 解释unique_ptr, shared_ptr, weak_ptr的区别与用途。 参考回答 std::unique_ptr、std::shared_ptr 和 std::we...