ptr

C++ 智能指针:高级用法和注意事项

C++ 智能指针:高级用法和注意事项 高级用法: 1. 自定义智能指针:可以创建自己的智能指针,继承自 std::unique_ptr 或 std::shared_ptr,为特定需…