文件名称:混用智能指针和引用计数类型的指针示例
文件大小:5KB
文件格式:ZIP
更新时间:2024-01-03 15:13:31
智能指针 Deleter
混用标准库中的智能指针和引用计数类型的指针示例代码,主要使用了智能指针的Deleter。shared_ptr的Deleter妙用无穷!
【文件预览】:
ReadMe.txt
mix-use-of-shared-ptr.vcxproj.filters
stdafx.h
stdafx.cpp
targetver.h
mix-use-of-shared-ptr.vcxproj
RefCountedPtr.h
mix-use-of-shared-ptr.cpp