René's URL Explorer Experiment


Title: [class.ctor]

direct link

Domain: timsong-cpp.github.io

Links:

[class]https://timsong-cpp.github.io/cppwp/#class
[class.mem]https://timsong-cpp.github.io/cppwp/class.mem#class.ctor
[class.ctor.general]https://timsong-cpp.github.io/cppwp/class.ctor#general
[class.default.ctor]https://timsong-cpp.github.io/cppwp/class.ctor#class.default.ctor
[class.copy.ctor]https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor
11.4.5.1https://timsong-cpp.github.io/cppwp/class.ctor#general
[class.ctor.general]https://timsong-cpp.github.io/cppwp/class.ctor.general
1https://timsong-cpp.github.io/cppwp/class.ctor#general-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/classes.tex#L1163
declaratorhttps://timsong-cpp.github.io/cppwp/dcl.decl.general#nt:declarator
constructorhttps://timsong-cpp.github.io/cppwp/class.ctor#def:constructor
[dcl.fct]https://timsong-cpp.github.io/cppwp/dcl.fct
ptr-declaratorhttps://timsong-cpp.github.io/cppwp/dcl.decl.general#nt:ptr-declarator
parameter-declaration-clausehttps://timsong-cpp.github.io/cppwp/dcl.fct#nt:parameter-declaration-clause
noexcept-specifierhttps://timsong-cpp.github.io/cppwp/except.spec#nt:noexcept-specifier
attribute-specifier-seqhttps://timsong-cpp.github.io/cppwp/dcl.attr.grammar#nt:attribute-specifier-seq
ptr-declaratorhttps://timsong-cpp.github.io/cppwp/dcl.decl.general#nt:ptr-declarator
id-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.id.general#nt:id-expression
attribute-specifier-seqhttps://timsong-cpp.github.io/cppwp/dcl.attr.grammar#nt:attribute-specifier-seq
id-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.id.general#nt:id-expression
(1.1)https://timsong-cpp.github.io/cppwp/class.ctor#general-1.1
[class.friend]https://timsong-cpp.github.io/cppwp/class.friend
id-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.id.general#nt:id-expression
qualified-idhttps://timsong-cpp.github.io/cppwp/expr.prim.id.qual#nt:qualified-id
[class.qual]https://timsong-cpp.github.io/cppwp/class.qual
(1.2)https://timsong-cpp.github.io/cppwp/class.ctor#general-1.2
member-declarationhttps://timsong-cpp.github.io/cppwp/class.mem.general#nt:member-declaration
member-specificationhttps://timsong-cpp.github.io/cppwp/class.mem.general#nt:member-specification
id-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.id.general#nt:id-expression
[class.pre]https://timsong-cpp.github.io/cppwp/class.pre
(1.3)https://timsong-cpp.github.io/cppwp/class.ctor#general-1.3
id-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.id.general#nt:id-expression
qualified-idhttps://timsong-cpp.github.io/cppwp/expr.prim.id.qual#nt:qualified-id
unqualified-idhttps://timsong-cpp.github.io/cppwp/expr.prim.id.unqual#nt:unqualified-id
.https://timsong-cpp.github.io/cppwp/class.ctor#general-1.sentence-1
.https://timsong-cpp.github.io/cppwp/class.ctor#general-1.sentence-2
decl-specifierhttps://timsong-cpp.github.io/cppwp/dcl.spec.general#nt:decl-specifier
decl-specifier-seqhttps://timsong-cpp.github.io/cppwp/dcl.spec.general#nt:decl-specifier-seq
explicit-specifierhttps://timsong-cpp.github.io/cppwp/dcl.fct.spec#nt:explicit-specifier
.https://timsong-cpp.github.io/cppwp/class.ctor#general-1.sentence-3
1https://timsong-cpp.github.io/cppwp/class.ctor#general-example-1
2https://timsong-cpp.github.io/cppwp/class.ctor#general-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/classes.tex#L1208
.https://timsong-cpp.github.io/cppwp/class.ctor#general-2.sentence-1
1https://timsong-cpp.github.io/cppwp/class.ctor#general-note-1
[expr.type.conv]https://timsong-cpp.github.io/cppwp/expr.type.conv
.https://timsong-cpp.github.io/cppwp/class.ctor#general-2.sentence-2
.https://timsong-cpp.github.io/cppwp/class.ctor#general-2.sentence-3
2https://timsong-cpp.github.io/cppwp/class.ctor#general-example-2
2https://timsong-cpp.github.io/cppwp/class.ctor#general-note-2
[class.init]https://timsong-cpp.github.io/cppwp/class.init
.https://timsong-cpp.github.io/cppwp/class.ctor#general-2.sentence-4
3https://timsong-cpp.github.io/cppwp/class.ctor#general-note-3
[class.temporary]https://timsong-cpp.github.io/cppwp/class.temporary
.https://timsong-cpp.github.io/cppwp/class.ctor#general-2.sentence-5
4https://timsong-cpp.github.io/cppwp/class.ctor#general-note-4
[basic.lval]https://timsong-cpp.github.io/cppwp/basic.lval
.https://timsong-cpp.github.io/cppwp/class.ctor#general-2.sentence-6
3https://timsong-cpp.github.io/cppwp/class.ctor#general-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/classes.tex#L1234
5https://timsong-cpp.github.io/cppwp/class.ctor#general-note-5
[class.base.init]https://timsong-cpp.github.io/cppwp/class.base.init
[class.cdtor]https://timsong-cpp.github.io/cppwp/class.cdtor
.https://timsong-cpp.github.io/cppwp/class.ctor#general-3.sentence-1
4https://timsong-cpp.github.io/cppwp/class.ctor#general-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/classes.tex#L1241
.https://timsong-cpp.github.io/cppwp/class.ctor#general-4.sentence-1
[dcl.type.cv]https://timsong-cpp.github.io/cppwp/dcl.type.cv
.https://timsong-cpp.github.io/cppwp/class.ctor#general-4.sentence-2
[intro.object]https://timsong-cpp.github.io/cppwp/intro.object
.https://timsong-cpp.github.io/cppwp/class.ctor#general-4.sentence-3
5https://timsong-cpp.github.io/cppwp/class.ctor#general-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/classes.tex#L1259
.https://timsong-cpp.github.io/cppwp/class.ctor#general-5.sentence-1
6https://timsong-cpp.github.io/cppwp/class.ctor#general-note-6
[stmt.return]https://timsong-cpp.github.io/cppwp/stmt.return
.https://timsong-cpp.github.io/cppwp/class.ctor#general-5.sentence-2
6https://timsong-cpp.github.io/cppwp/class.ctor#general-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/classes.tex#L1268
.https://timsong-cpp.github.io/cppwp/class.ctor#general-6.sentence-1
7https://timsong-cpp.github.io/cppwp/class.ctor#general-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/classes.tex#L1271
[dcl.fct]https://timsong-cpp.github.io/cppwp/dcl.fct
.https://timsong-cpp.github.io/cppwp/class.ctor#general-7.sentence-1
11.4.5.2https://timsong-cpp.github.io/cppwp/class.ctor#class.default.ctor
[class.default.ctor]https://timsong-cpp.github.io/cppwp/class.default.ctor
1https://timsong-cpp.github.io/cppwp/class.ctor#class.default.ctor-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/classes.tex#L1276
default constructorhttps://timsong-cpp.github.io/cppwp/class.ctor#def:constructor,default
.https://timsong-cpp.github.io/cppwp/class.ctor#class.default.ctor-1.sentence-1
[dcl.fct.def]https://timsong-cpp.github.io/cppwp/dcl.fct.def
.https://timsong-cpp.github.io/cppwp/class.ctor#class.default.ctor-1.sentence-2
.https://timsong-cpp.github.io/cppwp/class.ctor#class.default.ctor-1.sentence-3
2https://timsong-cpp.github.io/cppwp/class.ctor#class.default.ctor-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/classes.tex#L1294
(2.1)https://timsong-cpp.github.io/cppwp/class.ctor#class.default.ctor-2.1
[class.mem]https://timsong-cpp.github.io/cppwp/class.mem
(2.2)https://timsong-cpp.github.io/cppwp/class.ctor#class.default.ctor-2.2
brace-or-equal-initializerhttps://timsong-cpp.github.io/cppwp/dcl.init.general#nt:brace-or-equal-initializer
[dcl.init]https://timsong-cpp.github.io/cppwp/dcl.init
(2.3)https://timsong-cpp.github.io/cppwp/class.ctor#class.default.ctor-2.3
brace-or-equal-initializerhttps://timsong-cpp.github.io/cppwp/dcl.init.general#nt:brace-or-equal-initializer
[over.match]https://timsong-cpp.github.io/cppwp/over.match
[over.match.general]https://timsong-cpp.github.io/cppwp/over.match.general
(2.4)https://timsong-cpp.github.io/cppwp/class.ctor#class.default.ctor-2.4
.https://timsong-cpp.github.io/cppwp/class.ctor#class.default.ctor-2.sentence-1
3https://timsong-cpp.github.io/cppwp/class.ctor#class.default.ctor-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/classes.tex#L1321
trivialhttps://timsong-cpp.github.io/cppwp/class.ctor#def:constructor,default,trivial
(3.1)https://timsong-cpp.github.io/cppwp/class.ctor#class.default.ctor-3.1
[class.virtual]https://timsong-cpp.github.io/cppwp/class.virtual
[class.mi]https://timsong-cpp.github.io/cppwp/class.mi
(3.2)https://timsong-cpp.github.io/cppwp/class.ctor#class.default.ctor-3.2
[class.mem]https://timsong-cpp.github.io/cppwp/class.mem
(3.3)https://timsong-cpp.github.io/cppwp/class.ctor#class.default.ctor-3.3
(3.4)https://timsong-cpp.github.io/cppwp/class.ctor#class.default.ctor-3.4
.https://timsong-cpp.github.io/cppwp/class.ctor#class.default.ctor-3.sentence-1
non-trivialhttps://timsong-cpp.github.io/cppwp/class.ctor#def:constructor,default,non-trivial
.https://timsong-cpp.github.io/cppwp/class.ctor#class.default.ctor-3.sentence-2
4https://timsong-cpp.github.io/cppwp/class.ctor#class.default.ctor-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/classes.tex#L1345
[dcl.fct.def.default]https://timsong-cpp.github.io/cppwp/dcl.fct.def.default
ctor-initializerhttps://timsong-cpp.github.io/cppwp/class.base.init#nt:ctor-initializer
[class.base.init]https://timsong-cpp.github.io/cppwp/class.base.init
compound-statementhttps://timsong-cpp.github.io/cppwp/stmt.block#nt:compound-statement
.https://timsong-cpp.github.io/cppwp/class.ctor#class.default.ctor-4.sentence-1
.https://timsong-cpp.github.io/cppwp/class.ctor#class.default.ctor-4.sentence-2
.https://timsong-cpp.github.io/cppwp/class.ctor#class.default.ctor-4.sentence-3
.https://timsong-cpp.github.io/cppwp/class.ctor#class.default.ctor-4.sentence-4
1https://timsong-cpp.github.io/cppwp/class.ctor#class.default.ctor-note-1
[except.spec]https://timsong-cpp.github.io/cppwp/except.spec
.https://timsong-cpp.github.io/cppwp/class.ctor#class.default.ctor-4.sentence-5
[dcl.fct.def]https://timsong-cpp.github.io/cppwp/dcl.fct.def
.https://timsong-cpp.github.io/cppwp/class.ctor#class.default.ctor-4.sentence-6
5https://timsong-cpp.github.io/cppwp/class.ctor#class.default.ctor-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/classes.tex#L1365
2https://timsong-cpp.github.io/cppwp/class.ctor#class.default.ctor-note-2
[dcl.init.general]https://timsong-cpp.github.io/cppwp/dcl.init.general
.https://timsong-cpp.github.io/cppwp/class.ctor#class.default.ctor-5.sentence-1
[class.access]https://timsong-cpp.github.io/cppwp/class.access
.https://timsong-cpp.github.io/cppwp/class.ctor#class.default.ctor-5.sentence-2
6https://timsong-cpp.github.io/cppwp/class.ctor#class.default.ctor-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/classes.tex#L1373
3https://timsong-cpp.github.io/cppwp/class.ctor#class.default.ctor-note-3
[class.base.init]https://timsong-cpp.github.io/cppwp/class.base.init
.https://timsong-cpp.github.io/cppwp/class.ctor#class.default.ctor-6.sentence-1
11.4.5.3https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor
[class.copy.ctor]https://timsong-cpp.github.io/cppwp/class.copy.ctor
1https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/classes.tex#L1384
[dcl.fct.default]https://timsong-cpp.github.io/cppwp/dcl.fct.default
.https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-1.sentence-1
1https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-example-1
.https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-1.sentence-2
2https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/classes.tex#L1419
[dcl.fct.default]https://timsong-cpp.github.io/cppwp/dcl.fct.default
.https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-2.sentence-1
2https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-example-2
.https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-2.sentence-2
3https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/classes.tex#L1438
1https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-note-1
.https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-3.sentence-1
3https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-example-3
4https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/classes.tex#L1453
2https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-note-2
.https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-4.sentence-1
4https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-example-4
5https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/classes.tex#L1479
.https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-5.sentence-1
.https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-5.sentence-2
5https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-example-5
6https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/classes.tex#L1504
implicitlyhttps://timsong-cpp.github.io/cppwp/class.ctor#def:constructor,copy,implicitly_declared
.https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-6.sentence-1
[dcl.fct.def]https://timsong-cpp.github.io/cppwp/dcl.fct.def
.https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-6.sentence-2
[depr.impldec]https://timsong-cpp.github.io/cppwp/depr.impldec
.https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-6.sentence-3
7https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/classes.tex#L1515
.https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-7.sentence-1
83https://timsong-cpp.github.io/cppwp/class.ctor#footnote-83
8https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/classes.tex#L1544
(8.1)https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-8.1
(8.2)https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-8.2
(8.3)https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-8.3
(8.4)https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-8.4
(8.5)https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-8.5
.https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-8.sentence-1
3https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-note-3
.https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-8.sentence-2
9https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-9
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/classes.tex#L1572
10https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-10
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/classes.tex#L1578
.https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-10.sentence-1
[dcl.fct.def.delete]https://timsong-cpp.github.io/cppwp/dcl.fct.def.delete
(10.1)https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-10.1
[over.match]https://timsong-cpp.github.io/cppwp/over.match
[over.match.general]https://timsong-cpp.github.io/cppwp/over.match.general
(10.2)https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-10.2
(10.3)https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-10.3
.https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-10.sentence-2
4https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-note-4
[over.match]https://timsong-cpp.github.io/cppwp/over.match
[over.over]https://timsong-cpp.github.io/cppwp/over.over
.https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-10.sentence-3
.https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-10.sentence-4
11https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-11
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/classes.tex#L1607
5https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-note-5
.https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-11.sentence-1
12https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-12
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/classes.tex#L1618
(12.1)https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-12.1
[class.virtual]https://timsong-cpp.github.io/cppwp/class.virtual
[class.mi]https://timsong-cpp.github.io/cppwp/class.mi
(12.2)https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-12.2
(12.3)https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-12.3
non-trivialhttps://timsong-cpp.github.io/cppwp/class.ctor#def:constructor,copy,nontrivial
.https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-12.sentence-1
13https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-13
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/classes.tex#L1647
6https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-note-6
[basic.def.odr]https://timsong-cpp.github.io/cppwp/basic.def.odr#term.odr.use
[class.temporary]https://timsong-cpp.github.io/cppwp/class.temporary
.https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-13.sentence-1
[dcl.fct.def.default]https://timsong-cpp.github.io/cppwp/dcl.fct.def.default
.https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-13.sentence-2
14https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-14
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/classes.tex#L1654
.https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-14.sentence-1
7https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-note-7
[except.spec]https://timsong-cpp.github.io/cppwp/except.spec
.https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-14.sentence-2
15https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-15
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/classes.tex#L1665
.https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-15.sentence-1
8https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-note-8
.https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-15.sentence-2
[class.base.init]https://timsong-cpp.github.io/cppwp/class.base.init
.https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-15.sentence-3
.https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-15.sentence-4
(15.1)https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-15.1
(15.2)https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-15.2
(15.3)https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-15.3
.https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-15.sentence-5
[class.base.init]https://timsong-cpp.github.io/cppwp/class.base.init
.https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-15.sentence-6
16https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-16
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/classes.tex#L1695
[basic.types.general]https://timsong-cpp.github.io/cppwp/basic.types.general#term.object.representation
.https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-16.sentence-1
[intro.object]https://timsong-cpp.github.io/cppwp/intro.object
.https://timsong-cpp.github.io/cppwp/class.ctor#class.copy.ctor-16.sentence-2
83)https://timsong-cpp.github.io/cppwp/class.ctor#footnote-83
83)https://timsong-cpp.github.io/cppwp/class.ctor#footnoteref-83
[diff.class]https://timsong-cpp.github.io/cppwp/diff.class
.https://timsong-cpp.github.io/cppwp/class.ctor#footnote-83.sentence-1

URLs of crawlers that visited me.