René's URL Explorer Experiment
go
Title:
[expr.dynamic.cast]
direct link
Domain:
timsong-cpp.github.io
Links
:
[expr]
https://timsong-cpp.github.io/cppwp/#expr
[expr.compound]
https://timsong-cpp.github.io/cppwp/expr.compound#expr.dynamic.cast
[expr.post]
https://timsong-cpp.github.io/cppwp/expr.post#expr.dynamic.cast
1
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#1
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L4446
.
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#1.sentence-1
.
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#1.sentence-2
[expr.const.cast]
https://timsong-cpp.github.io/cppwp/expr.const.cast
.
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#1.sentence-3
2
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#2
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L4456
.
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#2.sentence-1
.
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#2.sentence-2
.
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#2.sentence-3
3
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#3
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L4465
.
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#3.sentence-1
4
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#4
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L4470
.
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#4.sentence-1
.
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#4.sentence-2
46
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#footnote-46
.
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#4.sentence-3
1
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#example-1
5
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#5
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L4500
polymorphic type
https://timsong-cpp.github.io/cppwp/class.virtual#def:class,polymorphic
.
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#5.sentence-1
6
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#6
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L4504
.
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#6.sentence-1
7
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#7
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L4507
[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/expr.dynamic.cast#7.sentence-1
.
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#7.sentence-2
8
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#8
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L4523
.
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#8.sentence-1
.
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#8.sentence-2
9
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#9
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L4530
.
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#9.sentence-1
(9.1)
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#9.1
.
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#9.1.sentence-1
(9.2)
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#9.2
.
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#9.2.sentence-1
(9.3)
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#9.3
fails
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#def:fails
.
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#9.3.sentence-1
10
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#10
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L4550
.
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#10.sentence-1
throws an exception
https://timsong-cpp.github.io/cppwp/except.throw
handler
https://timsong-cpp.github.io/cppwp/except.handle
std::bad_cast
https://timsong-cpp.github.io/cppwp/bad.cast
.
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#10.sentence-2
2
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#example-2
1
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#note-1
[class.cdtor]
https://timsong-cpp.github.io/cppwp/class.cdtor
.
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#10.sentence-3
46)
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#footnote-46
46)
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#footnoteref-46
[intro.object]
https://timsong-cpp.github.io/cppwp/intro.object
.
https://timsong-cpp.github.io/cppwp/expr.dynamic.cast#footnote-46.sentence-1
URLs of
crawlers that visited me
.