René's URL Explorer Experiment


Title: std::shared_ptr - cppreference.com

Generator: MediaWiki 1.43.9

direct link

Domain: zh.cppreference.com

format-detectiontelephone=no

Links:

cppreference.comhttp://zh.cppreference.com/
创建账号http://zh.cppreference.com/index.php?title=Special:%E5%88%9B%E5%BB%BA%E8%B4%A6%E6%88%B7&returnto=cpp%2Fmemory%2Fshared+ptr
登录http://zh.cppreference.com/index.php?title=Special:%E7%94%A8%E6%88%B7%E7%99%BB%E5%BD%95&returnto=cpp%2Fmemory%2Fshared+ptr
页面http://zh.cppreference.com/cpp/memory/shared_ptr
讨论http://zh.cppreference.com/index.php?title=Talk:cpp/memory/shared_ptr&action=edit&redlink=1
http://zh.cppreference.com/cpp/memory/shared_ptr
不转换http://zh.cppreference.com/index.php?title=cpp/memory/shared_ptr&variant=zh
简体http://zh.cppreference.com/index.php?title=cpp/memory/shared_ptr&variant=zh-hans
繁體http://zh.cppreference.com/index.php?title=cpp/memory/shared_ptr&variant=zh-hant
大陆简体http://zh.cppreference.com/index.php?title=cpp/memory/shared_ptr&variant=zh-cn
香港繁體http://zh.cppreference.com/index.php?title=cpp/memory/shared_ptr&variant=zh-hk
澳門繁體http://zh.cppreference.com/index.php?title=cpp/memory/shared_ptr&variant=zh-mo
大马简体http://zh.cppreference.com/index.php?title=cpp/memory/shared_ptr&variant=zh-my
新加坡简体http://zh.cppreference.com/index.php?title=cpp/memory/shared_ptr&variant=zh-sg
臺灣正體http://zh.cppreference.com/index.php?title=cpp/memory/shared_ptr&variant=zh-tw
阅读http://zh.cppreference.com/cpp/memory/shared_ptr
查看源代码http://zh.cppreference.com/index.php?title=cpp/memory/shared_ptr&action=edit
查看历史http://zh.cppreference.com/index.php?title=cpp/memory/shared_ptr&action=history
http://zh.cppreference.com/cpp/memory/shared_ptr
cpphttp://zh.cppreference.com/cpp
memoryhttp://zh.cppreference.com/cpp/memory
C++http://zh.cppreference.com/cpp
编译器支持http://zh.cppreference.com/cpp/compiler_support
自立实现与有宿主实现http://zh.cppreference.com/cpp/freestanding
语言http://zh.cppreference.com/cpp/language
标准库http://zh.cppreference.com/cpp/standard_library
标准库标头http://zh.cppreference.com/cpp/header
具名要求http://zh.cppreference.com/cpp/named_req
功能特性测试宏http://zh.cppreference.com/cpp/feature_test
语言支持库http://zh.cppreference.com/cpp/utility#语言支持
概念库http://zh.cppreference.com/cpp/concepts
诊断库http://zh.cppreference.com/cpp/error
内存管理库http://zh.cppreference.com/cpp/memory
元编程库http://zh.cppreference.com/cpp/meta
通用工具库http://zh.cppreference.com/cpp/utility
容器库http://zh.cppreference.com/cpp/container
迭代器库http://zh.cppreference.com/cpp/iterator
范围库http://zh.cppreference.com/cpp/ranges
算法库http://zh.cppreference.com/cpp/algorithm
字符串库http://zh.cppreference.com/cpp/string
文本处理库http://zh.cppreference.com/cpp/text
数值库http://zh.cppreference.com/cpp/numeric
日期和时间库http://zh.cppreference.com/cpp/chrono
输入/输出库http://zh.cppreference.com/cpp/io
文件系统库http://zh.cppreference.com/cpp/filesystem
并发支持库http://zh.cppreference.com/cpp/thread
执行控制库http://zh.cppreference.com/cpp/execution
技术规范http://zh.cppreference.com/cpp/experimental
符号索引http://zh.cppreference.com/cpp/symbol_index
外部库http://zh.cppreference.com/cpp/links/libs
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/navbar_content&action=edit
内存管理库http://zh.cppreference.com/cpp/memory
分配器http://zh.cppreference.com/cpp/memory#分配器
allocatorhttp://zh.cppreference.com/cpp/memory/allocator
allocator_traitshttp://zh.cppreference.com/cpp/memory/allocator_traits
allocation_resulthttp://zh.cppreference.com/cpp/memory/allocation_result
scoped_allocator_adaptorhttp://zh.cppreference.com/cpp/memory/scoped_allocator_adaptor
allocator_arghttp://zh.cppreference.com/cpp/memory/allocator_arg
uses_allocatorhttp://zh.cppreference.com/cpp/memory/uses_allocator
uses_allocator_construction_argshttp://zh.cppreference.com/cpp/memory/uses_allocator_construction_args
make_obj_using_allocatorhttp://zh.cppreference.com/cpp/memory/make_obj_using_allocator
pmr::polymorphic_allocatorhttp://zh.cppreference.com/cpp/memory/polymorphic_allocator
uninitialized_construct_using_allocatorhttp://zh.cppreference.com/cpp/memory/uninitialized_construct_using_allocator
内存资源http://zh.cppreference.com/cpp/memory#内存资源
pmr::memory_resourcehttp://zh.cppreference.com/cpp/memory/memory_resource
pmr::get_default_resourcehttp://zh.cppreference.com/cpp/memory/get_default_resource
pmr::set_default_resourcehttp://zh.cppreference.com/cpp/memory/set_default_resource
pmr::new_delete_resourcehttp://zh.cppreference.com/cpp/memory/new_delete_resource
pmr::pool_optionshttp://zh.cppreference.com/cpp/memory/pool_options
pmr::null_memory_resourcehttp://zh.cppreference.com/cpp/memory/null_memory_resource
pmr::synchronized_pool_resourcehttp://zh.cppreference.com/cpp/memory/synchronized_pool_resource
pmr::unsynchronized_pool_resourcehttp://zh.cppreference.com/cpp/memory/unsynchronized_pool_resource
pmr::monotonic_buffer_resourcehttp://zh.cppreference.com/cpp/memory/monotonic_buffer_resource
显式生存期管理http://zh.cppreference.com/cpp/memory#显式生存期管理
start_lifetime_ashttp://zh.cppreference.com/cpp/memory/start_lifetime_as
start_lifetime_as_arrayhttp://zh.cppreference.com/cpp/memory/start_lifetime_as
用于复合类设计的类型http://zh.cppreference.com/cpp/memory#用于复合类设计的类型
indirecthttp://zh.cppreference.com/cpp/memory/indirect
polymorphichttp://zh.cppreference.com/cpp/memory/polymorphic
杂项http://zh.cppreference.com/cpp/memory#杂项
pointer_traitshttp://zh.cppreference.com/cpp/memory/pointer_traits
to_addresshttp://zh.cppreference.com/cpp/memory/to_address
addressofhttp://zh.cppreference.com/cpp/memory/addressof
alignhttp://zh.cppreference.com/cpp/memory/align
assume_alignedhttp://zh.cppreference.com/cpp/memory/assume_aligned
is_sufficiently_alignedhttp://zh.cppreference.com/cpp/memory/is_sufficiently_aligned
C 库http://zh.cppreference.com/cpp/memory/c
mallochttp://zh.cppreference.com/cpp/memory/c/malloc
freehttp://zh.cppreference.com/cpp/memory/c/free
callochttp://zh.cppreference.com/cpp/memory/c/calloc
reallochttp://zh.cppreference.com/cpp/memory/c/realloc
aligned_allochttp://zh.cppreference.com/cpp/memory/c/aligned_alloc
free_sizedhttp://zh.cppreference.com/index.php?title=cpp/memory/c/free_sized&action=edit&redlink=1
free_aligned_sizedhttp://zh.cppreference.com/index.php?title=cpp/memory/c/free_aligned_sized&action=edit&redlink=1
memalignmenthttp://zh.cppreference.com/index.php?title=cpp/memory/c/memalignment&action=edit&redlink=1
未初始化存储http://zh.cppreference.com/cpp/memory#未初始化存储
raw_storage_iteratorhttp://zh.cppreference.com/cpp/memory/raw_storage_iterator
get_temporary_bufferhttp://zh.cppreference.com/cpp/memory/get_temporary_buffer
return_temporary_bufferhttp://zh.cppreference.com/cpp/memory/return_temporary_buffer
垃圾收集器支持http://zh.cppreference.com/cpp/memory#垃圾收集器支持
declare_reachablehttp://zh.cppreference.com/cpp/memory/gc/declare_reachable
declare_no_pointershttp://zh.cppreference.com/cpp/memory/gc/declare_no_pointers
pointer_safetyhttp://zh.cppreference.com/cpp/memory/gc/pointer_safety
undeclare_reachablehttp://zh.cppreference.com/cpp/memory/gc/undeclare_reachable
undeclare_no_pointershttp://zh.cppreference.com/cpp/memory/gc/undeclare_no_pointers
get_pointer_safetyhttp://zh.cppreference.com/cpp/memory/gc/get_pointer_safety
专门算法http://zh.cppreference.com/cpp/algorithm/memory
低层内存管理http://zh.cppreference.com/cpp/memory/new#低层内存管理
operator newoperator new[]http://zh.cppreference.com/cpp/memory/new/operator_new
operator deleteoperator delete[]http://zh.cppreference.com/cpp/memory/new/operator_delete
nothrowhttp://zh.cppreference.com/cpp/memory/new/nothrow
nothrow_thttp://zh.cppreference.com/cpp/memory/new/nothrow_t
new_handlerhttp://zh.cppreference.com/cpp/memory/new/new_handler
set_new_handlerhttp://zh.cppreference.com/cpp/memory/new/set_new_handler
get_new_handlerhttp://zh.cppreference.com/cpp/memory/new/get_new_handler
bad_allochttp://zh.cppreference.com/cpp/memory/new/bad_alloc
bad_array_new_lengthhttp://zh.cppreference.com/cpp/memory/new/bad_array_new_length
align_val_thttp://zh.cppreference.com/cpp/memory/new/align_val_t
destroying_delete_thttp://zh.cppreference.com/cpp/memory/new/destroying_delete_t
launderhttp://zh.cppreference.com/cpp/utility/launder
智能指针http://zh.cppreference.com/cpp/memory#智能指针
unique_ptrhttp://zh.cppreference.com/cpp/memory/unique_ptr
weak_ptrhttp://zh.cppreference.com/cpp/memory/weak_ptr
auto_ptrhttp://zh.cppreference.com/cpp/memory/auto_ptr
owner_lesshttp://zh.cppreference.com/cpp/memory/owner_less
owner_lesshttp://zh.cppreference.com/cpp/memory/owner_less_void
owner_hashhttp://zh.cppreference.com/cpp/memory/owner_hash
owner_equalhttp://zh.cppreference.com/cpp/memory/owner_equal
enable_shared_from_thishttp://zh.cppreference.com/cpp/memory/enable_shared_from_this
bad_weak_ptrhttp://zh.cppreference.com/cpp/memory/bad_weak_ptr
default_deletehttp://zh.cppreference.com/cpp/memory/default_delete
out_ptr_thttp://zh.cppreference.com/cpp/memory/out_ptr_t
inout_ptr_thttp://zh.cppreference.com/cpp/memory/inout_ptr_t
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/memory/navbar_content&action=edit
shared_ptr::shared_ptrhttp://zh.cppreference.com/cpp/memory/shared_ptr/shared_ptr
shared_ptr::~shared_ptrhttp://zh.cppreference.com/cpp/memory/shared_ptr/~shared_ptr
shared_ptr::operator=http://zh.cppreference.com/cpp/memory/shared_ptr/operator%3D
shared_ptr::resethttp://zh.cppreference.com/cpp/memory/shared_ptr/reset
shared_ptr::swaphttp://zh.cppreference.com/cpp/memory/shared_ptr/swap
shared_ptr::gethttp://zh.cppreference.com/cpp/memory/shared_ptr/get
shared_ptr::operator*shared_ptr::operator->http://zh.cppreference.com/cpp/memory/shared_ptr/operator*
shared_ptr::operator[]http://zh.cppreference.com/cpp/memory/shared_ptr/operator_at
shared_ptr::use_counthttp://zh.cppreference.com/cpp/memory/shared_ptr/use_count
shared_ptr::uniquehttp://zh.cppreference.com/cpp/memory/shared_ptr/unique
shared_ptr::operator boolhttp://zh.cppreference.com/cpp/memory/shared_ptr/operator_bool
shared_ptr::owner_beforehttp://zh.cppreference.com/cpp/memory/shared_ptr/owner_before
shared_ptr::owner_hashhttp://zh.cppreference.com/cpp/memory/shared_ptr/owner_hash
shared_ptr::owner_equalhttp://zh.cppreference.com/cpp/memory/shared_ptr/owner_equal
swap(std::shared_ptr)http://zh.cppreference.com/cpp/memory/shared_ptr/swap2
make_sharedmake_shared_for_overwritehttp://zh.cppreference.com/cpp/memory/shared_ptr/make_shared
allocate_sharedallocate_shared_for_overwritehttp://zh.cppreference.com/cpp/memory/shared_ptr/allocate_shared
static_pointer_castdynamic_pointer_castconst_pointer_castreinterpret_pointer_casthttp://zh.cppreference.com/cpp/memory/shared_ptr/pointer_cast
get_deleterhttp://zh.cppreference.com/cpp/memory/shared_ptr/get_deleter
operator==operator!=operatoroperator>=operator<=>http://zh.cppreference.com/cpp/memory/shared_ptr/operator_cmp
operator<<http://zh.cppreference.com/cpp/memory/shared_ptr/operator_ltlt
atomic_xxxhttp://zh.cppreference.com/cpp/memory/shared_ptr/atomic
atomichttp://zh.cppreference.com/cpp/memory/shared_ptr/atomic2
hashhttp://zh.cppreference.com/cpp/memory/shared_ptr/hash
推导指引http://zh.cppreference.com/cpp/memory/shared_ptr/deduction_guides
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/memory/shared_ptr/navbar_content&action=edit
http://zh.cppreference.com/cpp/header/memory
delete 表达式http://zh.cppreference.com/cpp/language/delete
可复制构造 (CopyConstructible) http://zh.cppreference.com/cpp/named_req/CopyConstructible
可复制赋值 (CopyAssignable) http://zh.cppreference.com/cpp/named_req/CopyAssignable
可小于比较 (LessThanComparable) http://zh.cppreference.com/cpp/named_req/LessThanComparable
可按语境转换http://zh.cppreference.com/cpp/language/implicit_conversion
std::atomichttp://zh.cppreference.com/cpp/memory/shared_ptr/atomic2
1 成员类型http://zh.cppreference.com/cpp/memory/shared_ptr#成员类型
2 成员函数http://zh.cppreference.com/cpp/memory/shared_ptr#成员函数
2.1 修改器http://zh.cppreference.com/cpp/memory/shared_ptr#修改器
2.2 观察器http://zh.cppreference.com/cpp/memory/shared_ptr#观察器
3 非成员函数http://zh.cppreference.com/cpp/memory/shared_ptr#非成员函数
4 辅助类http://zh.cppreference.com/cpp/memory/shared_ptr#辅助类
5 推导指引 (C++17 起)http://zh.cppreference.com/cpp/memory/shared_ptr#推导指引_(C++17_起)
6 注解http://zh.cppreference.com/cpp/memory/shared_ptr#注解
7 实现说明http://zh.cppreference.com/cpp/memory/shared_ptr#实现说明
8 示例http://zh.cppreference.com/cpp/memory/shared_ptr#示例
9 示例http://zh.cppreference.com/cpp/memory/shared_ptr#示例_2
10 参阅http://zh.cppreference.com/cpp/memory/shared_ptr#参阅
(构造函数)http://zh.cppreference.com/cpp/memory/shared_ptr/shared_ptr
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/memory/shared_ptr/dsc_constructor&action=edit
(析构函数)http://zh.cppreference.com/cpp/memory/shared_ptr/~shared_ptr
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/memory/shared_ptr/dsc_destructor&action=edit
operator=http://zh.cppreference.com/cpp/memory/shared_ptr/operator%3D
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/memory/shared_ptr/dsc_operator%3D&action=edit
resethttp://zh.cppreference.com/cpp/memory/shared_ptr/reset
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/memory/shared_ptr/dsc_reset&action=edit
swaphttp://zh.cppreference.com/cpp/memory/shared_ptr/swap
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/memory/shared_ptr/dsc_swap&action=edit
gethttp://zh.cppreference.com/cpp/memory/shared_ptr/get
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/memory/shared_ptr/dsc_get&action=edit
operator*operator->http://zh.cppreference.com/cpp/memory/shared_ptr/operator*
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/memory/shared_ptr/dsc_operator*&action=edit
operator[]http://zh.cppreference.com/cpp/memory/shared_ptr/operator_at
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/memory/shared_ptr/dsc_operator_at&action=edit
use_counthttp://zh.cppreference.com/cpp/memory/shared_ptr/use_count
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/memory/shared_ptr/dsc_use_count&action=edit
uniquehttp://zh.cppreference.com/cpp/memory/shared_ptr/unique
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/memory/shared_ptr/dsc_unique&action=edit
operator boolhttp://zh.cppreference.com/cpp/memory/shared_ptr/operator_bool
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/memory/shared_ptr/dsc_operator_bool&action=edit
owner_beforehttp://zh.cppreference.com/cpp/memory/shared_ptr/owner_before
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/memory/shared_ptr/dsc_owner_before&action=edit
owner_hashhttp://zh.cppreference.com/cpp/memory/shared_ptr/owner_hash
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/memory/shared_ptr/dsc_owner_hash&action=edit
owner_equalhttp://zh.cppreference.com/cpp/memory/shared_ptr/owner_equal
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/memory/shared_ptr/dsc_owner_equal&action=edit
make_sharedmake_shared_for_overwritehttp://zh.cppreference.com/cpp/memory/shared_ptr/make_shared
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/memory/shared_ptr/dsc_make_shared&action=edit
allocate_sharedallocate_shared_for_overwritehttp://zh.cppreference.com/cpp/memory/shared_ptr/allocate_shared
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/memory/shared_ptr/dsc_allocate_shared&action=edit
static_pointer_castdynamic_pointer_castconst_pointer_castreinterpret_pointer_casthttp://zh.cppreference.com/cpp/memory/shared_ptr/pointer_cast
static_casthttp://zh.cppreference.com/cpp/language/static_cast
dynamic_casthttp://zh.cppreference.com/cpp/language/dynamic_cast
const_casthttp://zh.cppreference.com/cpp/language/const_cast
reinterpret_casthttp://zh.cppreference.com/cpp/language/reinterpret_cast
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/memory/shared_ptr/dsc_pointer_cast&action=edit
get_deleterhttp://zh.cppreference.com/cpp/memory/shared_ptr/get_deleter
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/memory/shared_ptr/dsc_get_deleter&action=edit
operator==operator!=operatoroperator>=operator<=>http://zh.cppreference.com/cpp/memory/shared_ptr/operator_cmp
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/memory/shared_ptr/dsc_operator_cmp&action=edit
operator<<http://zh.cppreference.com/cpp/memory/shared_ptr/operator_ltlt
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/memory/shared_ptr/dsc_operator_ltlt&action=edit
std::swap(std::shared_ptr)http://zh.cppreference.com/cpp/memory/shared_ptr/swap2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/memory/shared_ptr/dsc_swap2&action=edit
std::atomic_is_lock_free(std::shared_ptr)std::atomic_load(std::shared_ptr)std::atomic_load_explicit(std::shared_ptr)std::atomic_store(std::shared_ptr)std::atomic_store_explicit(std::shared_ptr)std::atomic_exchange(std::shared_ptr)std::atomic_exchange_explicit(std::shared_ptr)std::atomic_compare_exchange_weak(std::shared_ptr)std::atomic_compare_exchange_strong(std::shared_ptr)std::atomic_compare_exchange_weak_explicit(std::shared_ptr)std::atomic_compare_exchange_strong_explicit(std::shared_ptr)http://zh.cppreference.com/cpp/memory/shared_ptr/atomic
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/memory/shared_ptr/dsc_atomic&action=edit
std::atomichttp://zh.cppreference.com/cpp/memory/shared_ptr/atomic2
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/memory/shared_ptr/dsc_atomic2&action=edit
std::hashhttp://zh.cppreference.com/cpp/memory/shared_ptr/hash
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/memory/shared_ptr/dsc_hash&action=edit
推导指引http://zh.cppreference.com/cpp/memory/shared_ptr/deduction_guides
不完整类型http://zh.cppreference.com/cpp/language/type#不完整类型
功能特性测试http://zh.cppreference.com/cpp/utility/feature_test
__cpp_lib_constexpr_memoryhttp://zh.cppreference.com/cpp/feature_test#cpp_lib_constexpr_memory
202506Lhttp://zh.cppreference.com/cpp/compiler_support/26#cpp_lib_constexpr_memory_202506L
[1]https://stackoverflow.com/questions/43297517/stdshared-ptr-internals-weak-count-more-than-expected
[2]https://www.reddit.com/r/cpp/comments/3eia29/stdshared_ptrs_secret_constructor/ctfeh1p
unique_ptrhttp://zh.cppreference.com/cpp/memory/unique_ptr
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/memory/dsc_unique_ptr&action=edit
weak_ptrhttp://zh.cppreference.com/cpp/memory/weak_ptr
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/memory/dsc_weak_ptr&action=edit
分类http://zh.cppreference.com/Special:%E9%A1%B5%E9%9D%A2%E5%88%86%E7%B1%BB
使用已弃用source标签的页面http://zh.cppreference.com/index.php?title=Category:%E4%BD%BF%E7%94%A8%E5%B7%B2%E5%BC%83%E7%94%A8source%E6%A0%87%E7%AD%BE%E7%9A%84%E9%A1%B5%E9%9D%A2&action=edit&redlink=1
首页http://zh.cppreference.com/%E9%A6%96%E9%A1%B5
最近更改http://zh.cppreference.com/Special:%E6%9C%80%E8%BF%91%E6%9B%B4%E6%94%B9
随机页面http://zh.cppreference.com/Special:%E9%9A%8F%E6%9C%BA%E9%A1%B5%E9%9D%A2
MediaWiki帮助https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents
http://zh.cppreference.com/cpp/memory/shared_ptr
链入页面http://zh.cppreference.com/Special:%E9%93%BE%E5%85%A5%E9%A1%B5%E9%9D%A2/cpp/memory/shared_ptr
相关更改http://zh.cppreference.com/Special:%E9%93%BE%E5%87%BA%E6%9B%B4%E6%94%B9/cpp/memory/shared_ptr
上传文件http://upload.cppreference.com/w/Special:Upload
特殊页面http://zh.cppreference.com/Special:%E7%89%B9%E6%AE%8A%E9%A1%B5%E9%9D%A2
可打印版javascript:print();
固定链接http://zh.cppreference.com/index.php?title=cpp/memory/shared_ptr&oldid=101904
页面信息http://zh.cppreference.com/index.php?title=cpp/memory/shared_ptr&action=info
Deutschhttps://de.cppreference.com/cpp/memory/shared_ptr
Englishhttp://en.cppreference.com/cpp/memory/shared_ptr
Españolhttp://es.cppreference.com/cpp/memory/shared_ptr
Françaishttp://fr.cppreference.com/cpp/memory/shared_ptr
Italianohttp://it.cppreference.com/cpp/memory/shared_ptr
日本語http://ja.cppreference.com/cpp/memory/shared_ptr
Portuguêshttp://pt.cppreference.com/cpp/memory/shared_ptr
Русскийhttp://ru.cppreference.com/cpp/memory/shared_ptr

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.