René's URL Explorer Experiment


Title: 对象 - 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%2Flanguage%2Fobject
登录http://zh.cppreference.com/index.php?title=Special:%E7%94%A8%E6%88%B7%E7%99%BB%E5%BD%95&returnto=cpp%2Flanguage%2Fobject
页面http://zh.cppreference.com/cpp/language/object
讨论http://zh.cppreference.com/index.php?title=Talk:cpp/language/object&action=edit&redlink=1
http://zh.cppreference.com/cpp/language/objects
不转换http://zh.cppreference.com/index.php?title=cpp/language/object&variant=zh
简体http://zh.cppreference.com/index.php?title=cpp/language/object&variant=zh-hans
繁體http://zh.cppreference.com/index.php?title=cpp/language/object&variant=zh-hant
大陆简体http://zh.cppreference.com/index.php?title=cpp/language/object&variant=zh-cn
香港繁體http://zh.cppreference.com/index.php?title=cpp/language/object&variant=zh-hk
澳門繁體http://zh.cppreference.com/index.php?title=cpp/language/object&variant=zh-mo
大马简体http://zh.cppreference.com/index.php?title=cpp/language/object&variant=zh-my
新加坡简体http://zh.cppreference.com/index.php?title=cpp/language/object&variant=zh-sg
臺灣正體http://zh.cppreference.com/index.php?title=cpp/language/object&variant=zh-tw
阅读http://zh.cppreference.com/cpp/language/object
查看源代码http://zh.cppreference.com/index.php?title=cpp/language/object&action=edit
查看历史http://zh.cppreference.com/index.php?title=cpp/language/object&action=history
http://zh.cppreference.com/cpp/language/objects
cpphttp://zh.cppreference.com/cpp
languagehttp://zh.cppreference.com/cpp/language
cpp/language/objectshttp://zh.cppreference.com/index.php?title=cpp/language/objects&redirect=no
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
C++ 语言http://zh.cppreference.com/cpp/language
预处理器http://zh.cppreference.com/cpp/preprocessor
注释http://zh.cppreference.com/cpp/comment
关键词http://zh.cppreference.com/cpp/keyword
转义序列http://zh.cppreference.com/cpp/language/escape
流程控制http://zh.cppreference.com/cpp/language/statements
ifhttp://zh.cppreference.com/cpp/language/if
switchhttp://zh.cppreference.com/cpp/language/switch
forhttp://zh.cppreference.com/cpp/language/for
范围 forhttp://zh.cppreference.com/cpp/language/range-for
whilehttp://zh.cppreference.com/cpp/language/while
do-whilehttp://zh.cppreference.com/cpp/language/do
continuehttp://zh.cppreference.com/cpp/language/continue
breakhttp://zh.cppreference.com/cpp/language/break
gotohttp://zh.cppreference.com/cpp/language/goto
returnhttp://zh.cppreference.com/cpp/language/return
函数http://zh.cppreference.com/cpp/language/functions
函数声明http://zh.cppreference.com/cpp/language/function
lambda 函数表达式http://zh.cppreference.com/cpp/language/lambda
inline 说明符http://zh.cppreference.com/cpp/language/inline
动态异常说明http://zh.cppreference.com/cpp/language/except_spec
noexcept 说明符http://zh.cppreference.com/cpp/language/noexcept_spec
throw 表达式http://zh.cppreference.com/cpp/language/throw
try 块http://zh.cppreference.com/cpp/language/try
catch 处理块http://zh.cppreference.com/cpp/language/catch
命名空间声明http://zh.cppreference.com/cpp/language/namespace
命名空间别名http://zh.cppreference.com/cpp/language/namespace_alias
基础类型http://zh.cppreference.com/cpp/language/types
枚举类型http://zh.cppreference.com/cpp/language/enum
函数类型http://zh.cppreference.com/cpp/language/function
类/结构体类型http://zh.cppreference.com/cpp/language/class
联合体类型http://zh.cppreference.com/cpp/language/union
const/volatilehttp://zh.cppreference.com/cpp/language/cv
decltypehttp://zh.cppreference.com/cpp/language/decltype
autohttp://zh.cppreference.com/cpp/language/auto
constexprhttp://zh.cppreference.com/cpp/language/constexpr
constevalhttp://zh.cppreference.com/cpp/language/consteval
constinithttp://zh.cppreference.com/cpp/language/constinit
存储期说明符http://zh.cppreference.com/cpp/language/storage_duration
初始化http://zh.cppreference.com/cpp/language/initialization
默认初始化http://zh.cppreference.com/cpp/language/default_initialization
值初始化http://zh.cppreference.com/cpp/language/value_initialization
零初始化http://zh.cppreference.com/cpp/language/zero_initialization
复制初始化http://zh.cppreference.com/cpp/language/copy_initialization
直接初始化http://zh.cppreference.com/cpp/language/direct_initialization
聚合初始化http://zh.cppreference.com/cpp/language/aggregate_initialization
列表初始化http://zh.cppreference.com/cpp/language/list_initialization
常量初始化http://zh.cppreference.com/cpp/language/constant_initialization
引用初始化http://zh.cppreference.com/cpp/language/reference_initialization
表达式http://zh.cppreference.com/cpp/language/expressions
值类别http://zh.cppreference.com/cpp/language/value_category
求值顺序http://zh.cppreference.com/cpp/language/eval_order
运算符http://zh.cppreference.com/cpp/language/operators
运算符优先级http://zh.cppreference.com/cpp/language/operator_precedence
替代表示http://zh.cppreference.com/cpp/language/operator_alternative
字面量http://zh.cppreference.com/cpp/language/expressions#字面量
布尔http://zh.cppreference.com/cpp/language/bool_literal
整数http://zh.cppreference.com/cpp/language/integer_literal
浮点http://zh.cppreference.com/cpp/language/floating_literal
字符http://zh.cppreference.com/cpp/language/character_literal
字符串http://zh.cppreference.com/cpp/language/string_literal
nullptrhttp://zh.cppreference.com/cpp/language/nullptr
用户定义http://zh.cppreference.com/cpp/language/user_literal
属性http://zh.cppreference.com/cpp/language/attributes
typedef 声明http://zh.cppreference.com/cpp/language/typedef
类型别名声明http://zh.cppreference.com/cpp/language/type_alias
隐式转换http://zh.cppreference.com/cpp/language/implicit_conversion
static_casthttp://zh.cppreference.com/cpp/language/static_cast
const_casthttp://zh.cppreference.com/cpp/language/const_cast
显式转换http://zh.cppreference.com/cpp/language/explicit_cast
dynamic_casthttp://zh.cppreference.com/cpp/language/dynamic_cast
reinterpret_casthttp://zh.cppreference.com/cpp/language/reinterpret_cast
new 表达式http://zh.cppreference.com/cpp/language/new
delete 表达式http://zh.cppreference.com/cpp/language/delete
http://zh.cppreference.com/cpp/language/classes
类声明http://zh.cppreference.com/cpp/language/class
构造函数http://zh.cppreference.com/cpp/language/constructor
this 指针http://zh.cppreference.com/cpp/language/this
访问说明符http://zh.cppreference.com/cpp/language/access
friend 说明符http://zh.cppreference.com/cpp/language/friend
虚函数http://zh.cppreference.com/cpp/language/virtual
override 说明符http://zh.cppreference.com/cpp/language/override
final 说明符http://zh.cppreference.com/cpp/language/final
explicithttp://zh.cppreference.com/cpp/language/explicit
statichttp://zh.cppreference.com/cpp/language/static
默认构造函数http://zh.cppreference.com/cpp/language/default_constructor
复制构造函数http://zh.cppreference.com/cpp/language/copy_constructor
移动构造函数http://zh.cppreference.com/cpp/language/move_constructor
复制赋值http://zh.cppreference.com/cpp/language/copy_assignment
移动赋值http://zh.cppreference.com/cpp/language/move_assignment
析构函数http://zh.cppreference.com/cpp/language/destructor
模板http://zh.cppreference.com/cpp/language/templates
类模板http://zh.cppreference.com/cpp/language/class_template
函数模板http://zh.cppreference.com/cpp/language/function_template
模板特化http://zh.cppreference.com/cpp/language/template_specialization
形参包http://zh.cppreference.com/cpp/language/pack
内联汇编http://zh.cppreference.com/cpp/language/asm
C++ 的历史http://zh.cppreference.com/cpp/language/history
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/language/navbar_content&action=edit
基本概念http://zh.cppreference.com/cpp/language/basic_concepts
注释http://zh.cppreference.com/cpp/comment
ASCIIhttp://zh.cppreference.com/cpp/language/ascii
标点http://zh.cppreference.com/cpp/language/punctuators
名字和标识符http://zh.cppreference.com/cpp/language/identifiers
类型http://zh.cppreference.com/cpp/language/type
基础类型http://zh.cppreference.com/cpp/language/types
作用域http://zh.cppreference.com/cpp/language/scope
对象生存期http://zh.cppreference.com/cpp/language/lifetime
存储期与链接http://zh.cppreference.com/cpp/language/storage_duration
定义和单一定义规则(ODR)http://zh.cppreference.com/cpp/language/definition
名字查找http://zh.cppreference.com/cpp/language/lookup
有限定名字查找http://zh.cppreference.com/cpp/language/qualified_lookup
无限定名字查找http://zh.cppreference.com/cpp/language/unqualified_lookup
“如同”规则http://zh.cppreference.com/cpp/language/as_if
未定义行为http://zh.cppreference.com/cpp/language/ub
内存模型http://zh.cppreference.com/cpp/language/memory_model
多线程执行与数据竞争http://zh.cppreference.com/cpp/language/multithread
字符集与编码http://zh.cppreference.com/cpp/language/charset
翻译阶段http://zh.cppreference.com/cpp/language/translation_phases
main() 函数http://zh.cppreference.com/cpp/language/main_function
模块http://zh.cppreference.com/cpp/language/modules
约定http://zh.cppreference.com/cpp/language/contracts
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/language/basics/navbar_content&action=edit
sizeofhttp://zh.cppreference.com/cpp/language/sizeof
alignofhttp://zh.cppreference.com/cpp/language/alignof
存储期http://zh.cppreference.com/cpp/language/storage_duration
生存期http://zh.cppreference.com/cpp/language/lifetime
类型http://zh.cppreference.com/cpp/language/type
默认初始化http://zh.cppreference.com/cpp/language/default_initialization
名字http://zh.cppreference.com/cpp/language/name
声明http://zh.cppreference.com/cpp/language/declarations
1 对象创建http://zh.cppreference.com/cpp/language/objects#对象创建
2 对象表示与值表示http://zh.cppreference.com/cpp/language/objects#对象表示与值表示
3 子对象http://zh.cppreference.com/cpp/language/objects#子对象
4 大小http://zh.cppreference.com/cpp/language/objects#大小
5 地址http://zh.cppreference.com/cpp/language/objects#地址
6 多态对象http://zh.cppreference.com/cpp/language/objects#多态对象
7 严格的别名使用http://zh.cppreference.com/cpp/language/objects#严格的别名使用
8 对齐http://zh.cppreference.com/cpp/language/objects#对齐
9 注解http://zh.cppreference.com/cpp/language/objects#注解
10 缺陷报告http://zh.cppreference.com/cpp/language/objects#缺陷报告
11 参考http://zh.cppreference.com/cpp/language/objects#参考
定义http://zh.cppreference.com/cpp/language/definition
new 表达式http://zh.cppreference.com/cpp/language/new
throw 表达式http://zh.cppreference.com/cpp/language/throw
联合体http://zh.cppreference.com/cpp/language/union
临时对象http://zh.cppreference.com/cpp/language/lifetime#临时对象的生存期
隐式生存期类型http://zh.cppreference.com/cpp/named_req/ImplicitLifetimeType
std::bytehttp://zh.cppreference.com/cpp/types/byte
对象表示http://zh.cppreference.com/cpp/language/objects#对象表示与值表示
std::bit_casthttp://zh.cppreference.com/cpp/numeric/bit_cast
联合体http://zh.cppreference.com/cpp/language/union
位域http://zh.cppreference.com/cpp/language/bit_field
可平凡复制类型http://zh.cppreference.com/cpp/named_req/TriviallyCopyable
就可以是陷阱表示https://web.archive.org/web/20170830125905/https://blogs.msdn.microsoft.com/oldnewthing/20040119-00/?p=41003
可平凡复制类型http://zh.cppreference.com/cpp/named_req/TriviallyCopyable
NaNhttp://zh.cppreference.com/cpp/numeric/math/NAN
对齐要求http://zh.cppreference.com/cpp/language/objects#对齐
位域http://zh.cppreference.com/cpp/language/bit_field
位域http://zh.cppreference.com/cpp/language/bit_field
类类型http://zh.cppreference.com/cpp/language/classes
数据成员http://zh.cppreference.com/cpp/language/data_members
基类http://zh.cppreference.com/cpp/language/derived_class
抽象类http://zh.cppreference.com/cpp/language/abstract_class
虚基类http://zh.cppreference.com/cpp/language/derived_class#虚基类
no_unique_addresshttp://zh.cppreference.com/cpp/language/attributes/no_unique_address
位域http://zh.cppreference.com/cpp/language/bit_field
标准布局http://zh.cppreference.com/cpp/language/data_members#标准布局
空基类优化http://zh.cppreference.com/cpp/language/ebo
字节http://zh.cppreference.com/cpp/language/memory_model#字节
提供存储http://zh.cppreference.com/cpp/language/lifetime#提供存储
字符串字面量http://zh.cppreference.com/cpp/language/string_literal
基底数组http://zh.cppreference.com/cpp/language/list_initialization#列表初始化_std::initializer_list
std::meta::reflect_constant_stringhttp://zh.cppreference.com/cpp/meta/reflect_constant_string
std::meta::reflect_constant_arrayhttp://zh.cppreference.com/cpp/meta/reflect_constant_array
生存期http://zh.cppreference.com/cpp/language/lifetime
相似http://zh.cppreference.com/cpp/language/implicit_conversion#相似类型
虚函数http://zh.cppreference.com/cpp/language/virtual
dynamic_casthttp://zh.cppreference.com/cpp/language/dynamic_cast
typeidhttp://zh.cppreference.com/cpp/language/typeid
reinterpret_casthttp://zh.cppreference.com/cpp/language/reinterpret_cast#类型别名使用
对象类型http://zh.cppreference.com/cpp/language/type
alignofhttp://zh.cppreference.com/cpp/language/alignof
alignashttp://zh.cppreference.com/cpp/language/alignas
http://zh.cppreference.com/cpp/language/class
填充位http://zh.cppreference.com/cpp/language/objects#对象表示与值表示
分配器 (Allocator) http://zh.cppreference.com/cpp/named_req/Allocator
new 表达式http://zh.cppreference.com/cpp/language/new
面向对象编程(OOP)https://en.wikipedia.org/wiki/Object-oriented_programming
P0593R6https://wg21.link/P0593R6
分配函数http://zh.cppreference.com/cpp/memory/new/operator_new
constexprhttp://zh.cppreference.com/cpp/language/constexpr
P2747R2https://wg21.link/P2747R2
CWG 633https://cplusplus.github.io/CWG/issues/633.html
CWG 734https://cplusplus.github.io/CWG/issues/734.html
CWG 1189https://cplusplus.github.io/CWG/issues/1189.html
CWG 1861https://cplusplus.github.io/CWG/issues/1861.html
CWG 2489https://cplusplus.github.io/CWG/issues/2489.html
CWG 2519https://cplusplus.github.io/CWG/issues/2519.html
CWG 2719https://cplusplus.github.io/CWG/issues/2719.html
CWG 2753https://cplusplus.github.io/CWG/issues/2753.html
CWG 2795https://cplusplus.github.io/CWG/issues/2795.html
P0593R6https://wg21.link/P0593R6
C 文档http://zh.cppreference.com/c/language/object
分类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/language/objects
链入页面http://zh.cppreference.com/Special:%E9%93%BE%E5%85%A5%E9%A1%B5%E9%9D%A2/cpp/language/object
相关更改http://zh.cppreference.com/Special:%E9%93%BE%E5%87%BA%E6%9B%B4%E6%94%B9/cpp/language/object
上传文件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/language/object&oldid=102971
页面信息http://zh.cppreference.com/index.php?title=cpp/language/object&action=info
Englishhttp://en.cppreference.com/cpp/language/object
Españolhttp://es.cppreference.com/cpp/language/object
日本語http://ja.cppreference.com/cpp/language/object
Русскийhttp://ru.cppreference.com/cpp/language/object

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.