boost::enable_shared_from_this相关的测试程序

boost::enable_shared_from_this相关的测试程序

实现功能

boost::enable_shared_from_this相关的测试程序

C++实现代码

#include <boost/core/lightweight_test.hpp>
#include <boost/make_shared.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/enable_shared_from_this.hpp>
上一篇:shared_ptr use_count_和weak_count_作用,循环引用问题


下一篇:挖挖智能指针中的小透明-----weak_ptr以及auto_ptr