⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 smart_ptr.hpp

📁 这是VCF框架的代码
💻 HPP
字号:
////  smart_ptr.hpp////  For convenience, this header includes the rest of the smart//  pointer library headers.////  Copyright (c) 2003 Peter Dimov  Distributed under the Boost//  Software License, Version 1.0. (See accompanying file//  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)////  http://www.boost.org/libs/smart_ptr/smart_ptr.htm//#include <thirdparty/common/boost/config.hpp>#include <thirdparty/common/boost/scoped_ptr.hpp>#include <thirdparty/common/boost/scoped_array.hpp>#include <thirdparty/common/boost/shared_ptr.hpp>#include <thirdparty/common/boost/shared_array.hpp>#if !defined(BOOST_NO_MEMBER_TEMPLATES) || defined(BOOST_MSVC6_MEMBER_TEMPLATES)# include <thirdparty/common/boost/weak_ptr.hpp># include <thirdparty/common/boost/intrusive_ptr.hpp># include <thirdparty/common/boost/enable_shared_from_this.hpp>#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -