Appearance
参考资料
为了解决内存泄漏问题,C++11提供了3种智能指针类型:unique_ptr、shared_ptr和weak_ptr。智能指针可处理其拥有的内存的分配和删除。
unique_ptr
shared_ptr
weak_ptr