René's URL Explorer Experiment


Title: [conv]

direct link

Domain: timsong-cpp.github.io

Links:

[expr]https://timsong-cpp.github.io/cppwp/#expr
[conv.general]https://timsong-cpp.github.io/cppwp/conv#general
[conv.lval]https://timsong-cpp.github.io/cppwp/conv#lval
[conv.array]https://timsong-cpp.github.io/cppwp/conv#array
[conv.func]https://timsong-cpp.github.io/cppwp/conv#func
[conv.rval]https://timsong-cpp.github.io/cppwp/conv#rval
[conv.qual]https://timsong-cpp.github.io/cppwp/conv#qual
[conv.prom]https://timsong-cpp.github.io/cppwp/conv#prom
[conv.fpprom]https://timsong-cpp.github.io/cppwp/conv#fpprom
[conv.integral]https://timsong-cpp.github.io/cppwp/conv#integral
[conv.double]https://timsong-cpp.github.io/cppwp/conv#double
[conv.fpint]https://timsong-cpp.github.io/cppwp/conv#fpint
[conv.ptr]https://timsong-cpp.github.io/cppwp/conv#ptr
[conv.mem]https://timsong-cpp.github.io/cppwp/conv#mem
[conv.fctptr]https://timsong-cpp.github.io/cppwp/conv#fctptr
[conv.bool]https://timsong-cpp.github.io/cppwp/conv#bool
7.3.1https://timsong-cpp.github.io/cppwp/conv#general
[conv.general]https://timsong-cpp.github.io/cppwp/conv.general
1https://timsong-cpp.github.io/cppwp/conv#general-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L506
.https://timsong-cpp.github.io/cppwp/conv#general-1.sentence-1
.https://timsong-cpp.github.io/cppwp/conv#general-1.sentence-2
standard conversion sequencehttps://timsong-cpp.github.io/cppwp/conv#def:conversion_sequence,standard
(1.1)https://timsong-cpp.github.io/cppwp/conv#general-1.1
.https://timsong-cpp.github.io/cppwp/conv#general-1.1.sentence-1
(1.2)https://timsong-cpp.github.io/cppwp/conv#general-1.2
.https://timsong-cpp.github.io/cppwp/conv#general-1.2.sentence-1
(1.3)https://timsong-cpp.github.io/cppwp/conv#general-1.3
.https://timsong-cpp.github.io/cppwp/conv#general-1.3.sentence-1
(1.4)https://timsong-cpp.github.io/cppwp/conv#general-1.4
.https://timsong-cpp.github.io/cppwp/conv#general-1.4.sentence-1
1https://timsong-cpp.github.io/cppwp/conv#general-note-1
.https://timsong-cpp.github.io/cppwp/conv#general-1.sentence-4
.https://timsong-cpp.github.io/cppwp/conv#general-1.sentence-5
2https://timsong-cpp.github.io/cppwp/conv#general-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L536
2https://timsong-cpp.github.io/cppwp/conv#general-note-2
(2.1)https://timsong-cpp.github.io/cppwp/conv#general-2.1
.https://timsong-cpp.github.io/cppwp/conv#general-2.1.sentence-1
[expr.compound]https://timsong-cpp.github.io/cppwp/expr.compound
.https://timsong-cpp.github.io/cppwp/conv#general-2.1.sentence-2
(2.2)https://timsong-cpp.github.io/cppwp/conv#general-2.2
[stmt.if]https://timsong-cpp.github.io/cppwp/stmt.if
[stmt.iter]https://timsong-cpp.github.io/cppwp/stmt.iter
.https://timsong-cpp.github.io/cppwp/conv#general-2.2.sentence-1
.https://timsong-cpp.github.io/cppwp/conv#general-2.2.sentence-2
(2.3)https://timsong-cpp.github.io/cppwp/conv#general-2.3
[stmt.switch]https://timsong-cpp.github.io/cppwp/stmt.switch
.https://timsong-cpp.github.io/cppwp/conv#general-2.3.sentence-1
.https://timsong-cpp.github.io/cppwp/conv#general-2.3.sentence-2
(2.4)https://timsong-cpp.github.io/cppwp/conv#general-2.4
.https://timsong-cpp.github.io/cppwp/conv#general-2.4.sentence-1
.https://timsong-cpp.github.io/cppwp/conv#general-2.4.sentence-2
[dcl.init]https://timsong-cpp.github.io/cppwp/dcl.init
[dcl.init.ref]https://timsong-cpp.github.io/cppwp/dcl.init.ref
.https://timsong-cpp.github.io/cppwp/conv#general-2.4.sentence-3
3https://timsong-cpp.github.io/cppwp/conv#general-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L559
implicitly convertedhttps://timsong-cpp.github.io/cppwp/conv#def:conversion,implicit
[dcl.init]https://timsong-cpp.github.io/cppwp/dcl.init
.https://timsong-cpp.github.io/cppwp/conv#general-3.sentence-1
4https://timsong-cpp.github.io/cppwp/conv#general-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L565
.https://timsong-cpp.github.io/cppwp/conv#general-4.sentence-1
contextually converted to boolhttps://timsong-cpp.github.io/cppwp/conv#def:conversion,contextual_to_bool
[dcl.init]https://timsong-cpp.github.io/cppwp/dcl.init
.https://timsong-cpp.github.io/cppwp/conv#general-4.sentence-2
5https://timsong-cpp.github.io/cppwp/conv#general-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L572
.https://timsong-cpp.github.io/cppwp/conv#general-5.sentence-1
contextually implicitly convertedhttps://timsong-cpp.github.io/cppwp/conv#def:contextually_implicitly_converted
.https://timsong-cpp.github.io/cppwp/conv#general-5.sentence-2
.https://timsong-cpp.github.io/cppwp/conv#general-5.sentence-3
6https://timsong-cpp.github.io/cppwp/conv#general-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L586
.https://timsong-cpp.github.io/cppwp/conv#general-6.sentence-1
[dcl.ref]https://timsong-cpp.github.io/cppwp/dcl.ref
.https://timsong-cpp.github.io/cppwp/conv#general-6.sentence-2
.https://timsong-cpp.github.io/cppwp/conv#general-6.sentence-3
7https://timsong-cpp.github.io/cppwp/conv#general-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L596
3https://timsong-cpp.github.io/cppwp/conv#general-note-3
[class.conv]https://timsong-cpp.github.io/cppwp/class.conv
.https://timsong-cpp.github.io/cppwp/conv#general-7.sentence-1
[over.best.ics]https://timsong-cpp.github.io/cppwp/over.best.ics
.https://timsong-cpp.github.io/cppwp/conv#general-7.sentence-2
8https://timsong-cpp.github.io/cppwp/conv#general-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L605
4https://timsong-cpp.github.io/cppwp/conv#general-note-4
.https://timsong-cpp.github.io/cppwp/conv#general-8.sentence-1
.https://timsong-cpp.github.io/cppwp/conv#general-8.sentence-2
.https://timsong-cpp.github.io/cppwp/conv#general-8.sentence-3
7.3.2https://timsong-cpp.github.io/cppwp/conv#lval
[conv.lval]https://timsong-cpp.github.io/cppwp/conv.lval
1https://timsong-cpp.github.io/cppwp/conv#lval-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L615
glvaluehttps://timsong-cpp.github.io/cppwp/basic.lval#def:glvalue
.https://timsong-cpp.github.io/cppwp/conv#lval-1.sentence-1
38https://timsong-cpp.github.io/cppwp/conv#footnote-38
.https://timsong-cpp.github.io/cppwp/conv#lval-1.sentence-2
.https://timsong-cpp.github.io/cppwp/conv#lval-1.sentence-3
.https://timsong-cpp.github.io/cppwp/conv#lval-1.sentence-4
39https://timsong-cpp.github.io/cppwp/conv#footnote-39
2https://timsong-cpp.github.io/cppwp/conv#lval-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L637
(2.1)https://timsong-cpp.github.io/cppwp/conv#lval-2.1
(2.2)https://timsong-cpp.github.io/cppwp/conv#lval-2.2
[basic.def.odr]https://timsong-cpp.github.io/cppwp/basic.def.odr
.https://timsong-cpp.github.io/cppwp/conv#lval-2.sentence-1
1https://timsong-cpp.github.io/cppwp/conv#lval-example-1
3https://timsong-cpp.github.io/cppwp/conv#lval-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L662
(3.1)https://timsong-cpp.github.io/cppwp/conv#lval-3.1
[conv.ptr]https://timsong-cpp.github.io/cppwp/conv#ptr
.https://timsong-cpp.github.io/cppwp/conv#lval-3.1.sentence-1
1https://timsong-cpp.github.io/cppwp/conv#lval-note-1
[intro.execution]https://timsong-cpp.github.io/cppwp/intro.execution
[class.union]https://timsong-cpp.github.io/cppwp/class.union
.https://timsong-cpp.github.io/cppwp/conv#lval-3.1.sentence-2
(3.2)https://timsong-cpp.github.io/cppwp/conv#lval-3.2
.https://timsong-cpp.github.io/cppwp/conv#lval-3.2.sentence-1
(3.3)https://timsong-cpp.github.io/cppwp/conv#lval-3.3
[basic.compound]https://timsong-cpp.github.io/cppwp/basic.compound
.https://timsong-cpp.github.io/cppwp/conv#lval-3.3.sentence-1
(3.4)https://timsong-cpp.github.io/cppwp/conv#lval-3.4
.https://timsong-cpp.github.io/cppwp/conv#lval-3.4.sentence-1
2https://timsong-cpp.github.io/cppwp/conv#lval-example-2
(3.5)https://timsong-cpp.github.io/cppwp/conv#lval-3.5
[defns.access]https://timsong-cpp.github.io/cppwp/defns.access
.https://timsong-cpp.github.io/cppwp/conv#lval-3.5.sentence-1
.https://timsong-cpp.github.io/cppwp/conv#lval-3.5.sentence-2
[basic.fundamental]https://timsong-cpp.github.io/cppwp/basic.fundamental
.https://timsong-cpp.github.io/cppwp/conv#lval-3.5.sentence-3
4https://timsong-cpp.github.io/cppwp/conv#lval-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L705
2https://timsong-cpp.github.io/cppwp/conv#lval-note-2
[basic.lval]https://timsong-cpp.github.io/cppwp/basic.lval
.https://timsong-cpp.github.io/cppwp/conv#lval-4.sentence-1
38)https://timsong-cpp.github.io/cppwp/conv#footnote-38
38)https://timsong-cpp.github.io/cppwp/conv#footnoteref-38
[basic.lval]https://timsong-cpp.github.io/cppwp/basic.lval
.https://timsong-cpp.github.io/cppwp/conv#footnote-38.sentence-1
39)https://timsong-cpp.github.io/cppwp/conv#footnote-39
39)https://timsong-cpp.github.io/cppwp/conv#footnoteref-39
.https://timsong-cpp.github.io/cppwp/conv#footnote-39.sentence-1
.https://timsong-cpp.github.io/cppwp/conv#footnote-39.sentence-2
7.3.3https://timsong-cpp.github.io/cppwp/conv#array
[conv.array]https://timsong-cpp.github.io/cppwp/conv.array
1https://timsong-cpp.github.io/cppwp/conv#array-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L712
.https://timsong-cpp.github.io/cppwp/conv#array-1.sentence-1
[conv.rval]https://timsong-cpp.github.io/cppwp/conv#rval
.https://timsong-cpp.github.io/cppwp/conv#array-1.sentence-2
.https://timsong-cpp.github.io/cppwp/conv#array-1.sentence-3
7.3.4https://timsong-cpp.github.io/cppwp/conv#func
[conv.func]https://timsong-cpp.github.io/cppwp/conv.func
1https://timsong-cpp.github.io/cppwp/conv#func-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L728
.https://timsong-cpp.github.io/cppwp/conv#func-1.sentence-1
.https://timsong-cpp.github.io/cppwp/conv#func-1.sentence-2
40https://timsong-cpp.github.io/cppwp/conv#footnote-40
40)https://timsong-cpp.github.io/cppwp/conv#footnote-40
40)https://timsong-cpp.github.io/cppwp/conv#footnoteref-40
.https://timsong-cpp.github.io/cppwp/conv#footnote-40.sentence-1
7.3.5https://timsong-cpp.github.io/cppwp/conv#rval
[conv.rval]https://timsong-cpp.github.io/cppwp/conv.rval
1https://timsong-cpp.github.io/cppwp/conv#rval-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L741
.https://timsong-cpp.github.io/cppwp/conv#rval-1.sentence-1
[class.temporary]https://timsong-cpp.github.io/cppwp/class.temporary
.https://timsong-cpp.github.io/cppwp/conv#rval-1.sentence-2
.https://timsong-cpp.github.io/cppwp/conv#rval-1.sentence-3
1https://timsong-cpp.github.io/cppwp/conv#rval-note-1
[class.dtor]https://timsong-cpp.github.io/cppwp/class.dtor
.https://timsong-cpp.github.io/cppwp/conv#rval-1.sentence-4
1https://timsong-cpp.github.io/cppwp/conv#rval-example-1
7.3.6https://timsong-cpp.github.io/cppwp/conv#qual
[conv.qual]https://timsong-cpp.github.io/cppwp/conv.qual
1https://timsong-cpp.github.io/cppwp/conv#qual-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L762
qualification-decompositionhttps://timsong-cpp.github.io/cppwp/conv#def:qualification-decomposition
[basic.type.qualifier]https://timsong-cpp.github.io/cppwp/basic.type.qualifier
[dcl.ptr]https://timsong-cpp.github.io/cppwp/dcl.ptr
[dcl.mptr]https://timsong-cpp.github.io/cppwp/dcl.mptr
[dcl.array]https://timsong-cpp.github.io/cppwp/dcl.array
.https://timsong-cpp.github.io/cppwp/conv#qual-1.sentence-1
.https://timsong-cpp.github.io/cppwp/conv#qual-1.sentence-2
1https://timsong-cpp.github.io/cppwp/conv#qual-example-1
type-idhttps://timsong-cpp.github.io/cppwp/dcl.name#nt:type-id
.https://timsong-cpp.github.io/cppwp/conv#qual-1.sentence-3
2https://timsong-cpp.github.io/cppwp/conv#qual-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L789
similarhttps://timsong-cpp.github.io/cppwp/conv#def:similar_types
.https://timsong-cpp.github.io/cppwp/conv#qual-2.sentence-1
3https://timsong-cpp.github.io/cppwp/conv#qual-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L797
qualification-combined typehttps://timsong-cpp.github.io/cppwp/conv#def:type,qualification-combined
(3.1)https://timsong-cpp.github.io/cppwp/conv#qual-3.1
(3.2)https://timsong-cpp.github.io/cppwp/conv#qual-3.2
(3.3)https://timsong-cpp.github.io/cppwp/conv#qual-3.3
.https://timsong-cpp.github.io/cppwp/conv#qual-3.sentence-1
.https://timsong-cpp.github.io/cppwp/conv#qual-3.sentence-2
1https://timsong-cpp.github.io/cppwp/conv#qual-note-1
.https://timsong-cpp.github.io/cppwp/conv#qual-3.sentence-3
2https://timsong-cpp.github.io/cppwp/conv#qual-note-2
.https://timsong-cpp.github.io/cppwp/conv#qual-3.sentence-5
4https://timsong-cpp.github.io/cppwp/conv#qual-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L839
3https://timsong-cpp.github.io/cppwp/conv#qual-note-3
.https://timsong-cpp.github.io/cppwp/conv#qual-4.sentence-1
.https://timsong-cpp.github.io/cppwp/conv#qual-4.sentence-2
5https://timsong-cpp.github.io/cppwp/conv#qual-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L851
4https://timsong-cpp.github.io/cppwp/conv#qual-note-4
[dcl.fct]https://timsong-cpp.github.io/cppwp/dcl.fct
.https://timsong-cpp.github.io/cppwp/conv#qual-5.sentence-1
7.3.7https://timsong-cpp.github.io/cppwp/conv#prom
[conv.prom]https://timsong-cpp.github.io/cppwp/conv.prom
1https://timsong-cpp.github.io/cppwp/conv#prom-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L860
[conv.prom]https://timsong-cpp.github.io/cppwp/conv#prom
converted bit-fieldhttps://timsong-cpp.github.io/cppwp/conv#def:bit-field,converted
[conv.lval]https://timsong-cpp.github.io/cppwp/conv#lval
[class.bit]https://timsong-cpp.github.io/cppwp/class.bit
.https://timsong-cpp.github.io/cppwp/conv#prom-1.sentence-1
2https://timsong-cpp.github.io/cppwp/conv#prom-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L866
[conv.rank]https://timsong-cpp.github.io/cppwp/conv.rank
.https://timsong-cpp.github.io/cppwp/conv#prom-2.sentence-1
3https://timsong-cpp.github.io/cppwp/conv#prom-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L876
[dcl.enum]https://timsong-cpp.github.io/cppwp/dcl.enum
.https://timsong-cpp.github.io/cppwp/conv#prom-3.sentence-1
[conv.rank]https://timsong-cpp.github.io/cppwp/conv.rank
.https://timsong-cpp.github.io/cppwp/conv#prom-3.sentence-2
.https://timsong-cpp.github.io/cppwp/conv#prom-3.sentence-3
4https://timsong-cpp.github.io/cppwp/conv#prom-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L889
[dcl.enum]https://timsong-cpp.github.io/cppwp/dcl.enum
.https://timsong-cpp.github.io/cppwp/conv#prom-4.sentence-1
.https://timsong-cpp.github.io/cppwp/conv#prom-4.sentence-2
1https://timsong-cpp.github.io/cppwp/conv#prom-note-1
.https://timsong-cpp.github.io/cppwp/conv#prom-4.sentence-3
5https://timsong-cpp.github.io/cppwp/conv#prom-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L900
.https://timsong-cpp.github.io/cppwp/conv#prom-5.sentence-1
6https://timsong-cpp.github.io/cppwp/conv#prom-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L907
[basic.fundamental]https://timsong-cpp.github.io/cppwp/basic.fundamental
.https://timsong-cpp.github.io/cppwp/conv#prom-6.sentence-1
7https://timsong-cpp.github.io/cppwp/conv#prom-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L928
.https://timsong-cpp.github.io/cppwp/conv#prom-7.sentence-1
8https://timsong-cpp.github.io/cppwp/conv#prom-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L934
integral promotionshttps://timsong-cpp.github.io/cppwp/conv#def:integral_promotion
.https://timsong-cpp.github.io/cppwp/conv#prom-8.sentence-1
7.3.8https://timsong-cpp.github.io/cppwp/conv#fpprom
[conv.fpprom]https://timsong-cpp.github.io/cppwp/conv.fpprom
1https://timsong-cpp.github.io/cppwp/conv#fpprom-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L939
.https://timsong-cpp.github.io/cppwp/conv#fpprom-1.sentence-1
.https://timsong-cpp.github.io/cppwp/conv#fpprom-1.sentence-2
2https://timsong-cpp.github.io/cppwp/conv#fpprom-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L944
floating-point promotionhttps://timsong-cpp.github.io/cppwp/conv#def:floating-point_promotion
.https://timsong-cpp.github.io/cppwp/conv#fpprom-2.sentence-1
7.3.9https://timsong-cpp.github.io/cppwp/conv#integral
[conv.integral]https://timsong-cpp.github.io/cppwp/conv.integral
1https://timsong-cpp.github.io/cppwp/conv#integral-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L949
.https://timsong-cpp.github.io/cppwp/conv#integral-1.sentence-1
.https://timsong-cpp.github.io/cppwp/conv#integral-1.sentence-2
2https://timsong-cpp.github.io/cppwp/conv#integral-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L955
[conv.bool]https://timsong-cpp.github.io/cppwp/conv#bool
.https://timsong-cpp.github.io/cppwp/conv#integral-2.sentence-1
.https://timsong-cpp.github.io/cppwp/conv#integral-2.sentence-2
3https://timsong-cpp.github.io/cppwp/conv#integral-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L961
.https://timsong-cpp.github.io/cppwp/conv#integral-3.sentence-1
4https://timsong-cpp.github.io/cppwp/conv#integral-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L968
.https://timsong-cpp.github.io/cppwp/conv#integral-4.sentence-1
7.3.10https://timsong-cpp.github.io/cppwp/conv#double
[conv.double]https://timsong-cpp.github.io/cppwp/conv.double
1https://timsong-cpp.github.io/cppwp/conv#double-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L974
[conv.rank]https://timsong-cpp.github.io/cppwp/conv.rank
.https://timsong-cpp.github.io/cppwp/conv#double-1.sentence-1
.https://timsong-cpp.github.io/cppwp/conv#double-1.sentence-2
2https://timsong-cpp.github.io/cppwp/conv#double-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L982
.https://timsong-cpp.github.io/cppwp/conv#double-2.sentence-1
.https://timsong-cpp.github.io/cppwp/conv#double-2.sentence-2
.https://timsong-cpp.github.io/cppwp/conv#double-2.sentence-3
3https://timsong-cpp.github.io/cppwp/conv#double-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L990
.https://timsong-cpp.github.io/cppwp/conv#double-3.sentence-1
7.3.11https://timsong-cpp.github.io/cppwp/conv#fpint
[conv.fpint]https://timsong-cpp.github.io/cppwp/conv.fpint
1https://timsong-cpp.github.io/cppwp/conv#fpint-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L996
.https://timsong-cpp.github.io/cppwp/conv#fpint-1.sentence-1
.https://timsong-cpp.github.io/cppwp/conv#fpint-1.sentence-2
.https://timsong-cpp.github.io/cppwp/conv#fpint-1.sentence-3
1https://timsong-cpp.github.io/cppwp/conv#fpint-note-1
[conv.bool]https://timsong-cpp.github.io/cppwp/conv#bool
.https://timsong-cpp.github.io/cppwp/conv#fpint-1.sentence-4
2https://timsong-cpp.github.io/cppwp/conv#fpint-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L1008
.https://timsong-cpp.github.io/cppwp/conv#fpint-2.sentence-1
.https://timsong-cpp.github.io/cppwp/conv#fpint-2.sentence-2
.https://timsong-cpp.github.io/cppwp/conv#fpint-2.sentence-3
2https://timsong-cpp.github.io/cppwp/conv#fpint-note-2
.https://timsong-cpp.github.io/cppwp/conv#fpint-2.sentence-4
.https://timsong-cpp.github.io/cppwp/conv#fpint-2.sentence-5
.https://timsong-cpp.github.io/cppwp/conv#fpint-2.sentence-6
7.3.12https://timsong-cpp.github.io/cppwp/conv#ptr
[conv.ptr]https://timsong-cpp.github.io/cppwp/conv.ptr
1https://timsong-cpp.github.io/cppwp/conv#ptr-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L1029
null pointer constanthttps://timsong-cpp.github.io/cppwp/conv#def:constant,null_pointer
[lex.icon]https://timsong-cpp.github.io/cppwp/lex.icon
.https://timsong-cpp.github.io/cppwp/conv#ptr-1.sentence-1
[basic.compound]https://timsong-cpp.github.io/cppwp/basic.compound
.https://timsong-cpp.github.io/cppwp/conv#ptr-1.sentence-2
null pointer conversionhttps://timsong-cpp.github.io/cppwp/conv#def:conversion,null_pointer
.https://timsong-cpp.github.io/cppwp/conv#ptr-1.sentence-3
[conv.qual]https://timsong-cpp.github.io/cppwp/conv#qual
.https://timsong-cpp.github.io/cppwp/conv#ptr-1.sentence-4
.https://timsong-cpp.github.io/cppwp/conv#ptr-1.sentence-5
1https://timsong-cpp.github.io/cppwp/conv#ptr-note-1
.https://timsong-cpp.github.io/cppwp/conv#ptr-1.sentence-6
2https://timsong-cpp.github.io/cppwp/conv#ptr-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L1052
.https://timsong-cpp.github.io/cppwp/conv#ptr-2.sentence-1
[basic.compound]https://timsong-cpp.github.io/cppwp/basic.compound
.https://timsong-cpp.github.io/cppwp/conv#ptr-2.sentence-2
3https://timsong-cpp.github.io/cppwp/conv#ptr-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L1058
[class.derived]https://timsong-cpp.github.io/cppwp/class.derived
.https://timsong-cpp.github.io/cppwp/conv#ptr-3.sentence-1
[class.access]https://timsong-cpp.github.io/cppwp/class.access
[class.member.lookup]https://timsong-cpp.github.io/cppwp/class.member.lookup
.https://timsong-cpp.github.io/cppwp/conv#ptr-3.sentence-2
.https://timsong-cpp.github.io/cppwp/conv#ptr-3.sentence-3
[conv.qual]https://timsong-cpp.github.io/cppwp/conv#qual
[class.cdtor]https://timsong-cpp.github.io/cppwp/class.cdtor
.https://timsong-cpp.github.io/cppwp/conv#ptr-3.sentence-4
.https://timsong-cpp.github.io/cppwp/conv#ptr-3.sentence-5
7.3.13https://timsong-cpp.github.io/cppwp/conv#mem
[conv.mem]https://timsong-cpp.github.io/cppwp/conv.mem
1https://timsong-cpp.github.io/cppwp/conv#mem-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L1083
null pointer constanthttps://timsong-cpp.github.io/cppwp/conv#def:constant,null_pointer
null member pointer valuehttps://timsong-cpp.github.io/cppwp/conv#def:value,null_member_pointer
.https://timsong-cpp.github.io/cppwp/conv#mem-1.sentence-1
null member pointer conversionhttps://timsong-cpp.github.io/cppwp/conv#def:conversion,null_member_pointer
.https://timsong-cpp.github.io/cppwp/conv#mem-1.sentence-2
[conv.qual]https://timsong-cpp.github.io/cppwp/conv#qual
.https://timsong-cpp.github.io/cppwp/conv#mem-1.sentence-3
2https://timsong-cpp.github.io/cppwp/conv#mem-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L1098
[class.derived]https://timsong-cpp.github.io/cppwp/class.derived
.https://timsong-cpp.github.io/cppwp/conv#mem-2.sentence-1
[class.access]https://timsong-cpp.github.io/cppwp/class.access
[class.member.lookup]https://timsong-cpp.github.io/cppwp/class.member.lookup
[class.mi]https://timsong-cpp.github.io/cppwp/class.mi
.https://timsong-cpp.github.io/cppwp/conv#mem-2.sentence-2
.https://timsong-cpp.github.io/cppwp/conv#mem-2.sentence-3
.https://timsong-cpp.github.io/cppwp/conv#mem-2.sentence-4
.https://timsong-cpp.github.io/cppwp/conv#mem-2.sentence-5
.https://timsong-cpp.github.io/cppwp/conv#mem-2.sentence-6
.https://timsong-cpp.github.io/cppwp/conv#mem-2.sentence-7
.https://timsong-cpp.github.io/cppwp/conv#mem-2.sentence-8
41https://timsong-cpp.github.io/cppwp/conv#footnote-41
41)https://timsong-cpp.github.io/cppwp/conv#footnote-41
41)https://timsong-cpp.github.io/cppwp/conv#footnoteref-41
[conv.ptr]https://timsong-cpp.github.io/cppwp/conv#ptr
[class.derived]https://timsong-cpp.github.io/cppwp/class.derived
.https://timsong-cpp.github.io/cppwp/conv#footnote-41.sentence-1
.https://timsong-cpp.github.io/cppwp/conv#footnote-41.sentence-2
.https://timsong-cpp.github.io/cppwp/conv#footnote-41.sentence-3
.https://timsong-cpp.github.io/cppwp/conv#footnote-41.sentence-4
7.3.14https://timsong-cpp.github.io/cppwp/conv#fctptr
[conv.fctptr]https://timsong-cpp.github.io/cppwp/conv.fctptr
1https://timsong-cpp.github.io/cppwp/conv#fctptr-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L1137
.https://timsong-cpp.github.io/cppwp/conv#fctptr-1.sentence-1
.https://timsong-cpp.github.io/cppwp/conv#fctptr-1.sentence-2
.https://timsong-cpp.github.io/cppwp/conv#fctptr-1.sentence-3
.https://timsong-cpp.github.io/cppwp/conv#fctptr-1.sentence-4
1https://timsong-cpp.github.io/cppwp/conv#fctptr-example-1
7.3.15https://timsong-cpp.github.io/cppwp/conv#bool
[conv.bool]https://timsong-cpp.github.io/cppwp/conv.bool
1https://timsong-cpp.github.io/cppwp/conv#bool-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L1158
.https://timsong-cpp.github.io/cppwp/conv#bool-1.sentence-1
.https://timsong-cpp.github.io/cppwp/conv#bool-1.sentence-2

URLs of crawlers that visited me.