From Jason Turner

[defns.dynamic.type]

Diff to HTML by rtfpessoa

tmp/tmp91kkrcfs/{from.md → to.md} RENAMED
@@ -1,9 +0,0 @@
1
- #### 7 dynamic type <a id="defns.dynamic.type">[[defns.dynamic.type]]</a>
2
-
3
- \<glvalue\> type of the most derived object ([[intro.object]]) to which
4
- the glvalue denoted by a glvalue expression refers
5
- if a pointer ([[dcl.ptr]]) `p` whose static type is “pointer to class
6
- `B`” is pointing to an object of class `D`, derived from `B` (Clause 
7
- [[class.derived]]), the dynamic type of the expression `*p` is “`D`.”
8
- References ([[dcl.ref]]) are treated similarly.
9
-