René's URL Explorer Experiment


Title: std::make_shared, std::make_shared_for_overwrite - cppreference.com

Generator: MediaWiki 1.43.8

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%2Fmake+shared
登录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%2Fmake+shared
页面http://zh.cppreference.com/cpp/memory/shared_ptr/make_shared
讨论http://zh.cppreference.com/index.php?title=Talk:cpp/memory/shared_ptr/make_shared&action=edit&redlink=1
http://zh.cppreference.com/cpp/memory/shared_ptr/make_shared
不转换http://zh.cppreference.com/index.php?title=cpp/memory/shared_ptr/make_shared&variant=zh
简体http://zh.cppreference.com/index.php?title=cpp/memory/shared_ptr/make_shared&variant=zh-hans
繁體http://zh.cppreference.com/index.php?title=cpp/memory/shared_ptr/make_shared&variant=zh-hant
大陆简体http://zh.cppreference.com/index.php?title=cpp/memory/shared_ptr/make_shared&variant=zh-cn
香港繁體http://zh.cppreference.com/index.php?title=cpp/memory/shared_ptr/make_shared&variant=zh-hk
澳門繁體http://zh.cppreference.com/index.php?title=cpp/memory/shared_ptr/make_shared&variant=zh-mo
大马简体http://zh.cppreference.com/index.php?title=cpp/memory/shared_ptr/make_shared&variant=zh-my
新加坡简体http://zh.cppreference.com/index.php?title=cpp/memory/shared_ptr/make_shared&variant=zh-sg
臺灣正體http://zh.cppreference.com/index.php?title=cpp/memory/shared_ptr/make_shared&variant=zh-tw
阅读http://zh.cppreference.com/cpp/memory/shared_ptr/make_shared
查看源代码http://zh.cppreference.com/index.php?title=cpp/memory/shared_ptr/make_shared&action=edit
查看历史http://zh.cppreference.com/index.php?title=cpp/memory/shared_ptr/make_shared&action=history
http://zh.cppreference.com/cpp/memory/shared_ptr/make_shared
cpphttp://zh.cppreference.com/cpp
memoryhttp://zh.cppreference.com/cpp/memory
shared ptrhttp://zh.cppreference.com/cpp/memory/shared_ptr
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
shared_ptrhttp://zh.cppreference.com/cpp/memory/shared_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
std::shared_ptrhttp://zh.cppreference.com/cpp/memory/shared_ptr
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
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
1 初始化和销毁数组元素http://zh.cppreference.com/cpp/memory/shared_ptr/make_shared#初始化和销毁数组元素
2 参数http://zh.cppreference.com/cpp/memory/shared_ptr/make_shared#参数
3 返回值http://zh.cppreference.com/cpp/memory/shared_ptr/make_shared#返回值
4 异常http://zh.cppreference.com/cpp/memory/shared_ptr/make_shared#异常
5 注解http://zh.cppreference.com/cpp/memory/shared_ptr/make_shared#注解
6 示例http://zh.cppreference.com/cpp/memory/shared_ptr/make_shared#示例
7 缺陷报告http://zh.cppreference.com/cpp/memory/shared_ptr/make_shared#缺陷报告
8 参阅http://zh.cppreference.com/cpp/memory/shared_ptr/make_shared#参阅
operator newhttp://zh.cppreference.com/cpp/memory/new/operator_new
boost::make_sharedhttp://www.boost.org/doc/libs/1_66_0/libs/smart_ptr/doc/html/smart_ptr.html#make_shared
决不会穿插http://zh.cppreference.com/cpp/language/eval_order
weak_thishttp://zh.cppreference.com/cpp/memory/enable_shared_from_this#weak_this
weak_thishttp://zh.cppreference.com/cpp/memory/enable_shared_from_this#weak_this
weak_thishttp://zh.cppreference.com/cpp/memory/enable_shared_from_this#weak_this
shared_from_this()http://zh.cppreference.com/cpp/memory/enable_shared_from_this/shared_from_this
weak_thishttp://zh.cppreference.com/cpp/memory/enable_shared_from_this#weak_this
weak_thishttp://zh.cppreference.com/cpp/memory/enable_shared_from_this#weak_this
功能特性测试http://zh.cppreference.com/cpp/utility/feature_test
__cpp_lib_shared_ptr_arrayshttp://zh.cppreference.com/cpp/feature_test#cpp_lib_shared_ptr_arrays
201707Lhttp://zh.cppreference.com/cpp/compiler_support/20#cpp_lib_shared_ptr_arrays_201707L
std::make_sharedhttp://zh.cppreference.com/cpp/memory/shared_ptr/make_shared#top
2-5http://zh.cppreference.com/cpp/memory/shared_ptr/make_shared#版本_2
__cpp_lib_smart_ptr_for_overwritehttp://zh.cppreference.com/cpp/feature_test#cpp_lib_smart_ptr_for_overwrite
202002Lhttp://zh.cppreference.com/cpp/compiler_support/20#cpp_lib_smart_ptr_for_overwrite_202002L
6,7http://zh.cppreference.com/cpp/memory/shared_ptr/make_shared#版本_6
LWG 4024https://cplusplus.github.io/LWG/issue4024
(构造函数)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
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
enable_shared_from_thishttp://zh.cppreference.com/cpp/memory/enable_shared_from_this
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/memory/dsc_enable_shared_from_this&action=edit
make_uniquemake_unique_for_overwritehttp://zh.cppreference.com/cpp/memory/unique_ptr/make_unique
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/memory/unique_ptr/dsc_make_unique&action=edit
operator newoperator new[]http://zh.cppreference.com/cpp/memory/new/operator_new
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/memory/new/dsc_operator_new&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/make_shared
链入页面http://zh.cppreference.com/Special:%E9%93%BE%E5%85%A5%E9%A1%B5%E9%9D%A2/cpp/memory/shared_ptr/make_shared
相关更改http://zh.cppreference.com/Special:%E9%93%BE%E5%87%BA%E6%9B%B4%E6%94%B9/cpp/memory/shared_ptr/make_shared
上传文件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/make_shared&oldid=101562
页面信息http://zh.cppreference.com/index.php?title=cpp/memory/shared_ptr/make_shared&action=info
Deutschhttps://de.cppreference.com/cpp/memory/shared_ptr/make_shared
Englishhttp://en.cppreference.com/cpp/memory/shared_ptr/make_shared
Españolhttp://es.cppreference.com/cpp/memory/shared_ptr/make_shared
Françaishttp://fr.cppreference.com/cpp/memory/shared_ptr/make_shared
Italianohttp://it.cppreference.com/cpp/memory/shared_ptr/make_shared
日本語http://ja.cppreference.com/cpp/memory/shared_ptr/make_shared
Portuguêshttp://pt.cppreference.com/cpp/memory/shared_ptr/make_shared
Русскийhttp://ru.cppreference.com/cpp/memory/shared_ptr/make_shared

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.