We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f24d86d commit 3ddfa94Copy full SHA for 3ddfa94
source/intro.tex
@@ -278,8 +278,9 @@
278
glvalue refers
279
280
\begin{example}
281
-If a pointer\iref{dcl.ptr} \tcode{p} whose static type is ``pointer to
282
-class \tcode{B}'' is pointing to an object of class \tcode{D}, derived
+If a pointer\iref{dcl.ptr} \tcode{p} whose type is ``pointer to
+class \tcode{B}'' is pointing to a base class subobject class object
283
+of class \tcode{B}, whose most derived object is of class \tcode{D}, derived
284
from \tcode{B}\iref{class.derived}, the dynamic type of the
285
expression \tcode{*p} is ``\tcode{D}''. References\iref{dcl.ref} are
286
treated similarly.
0 commit comments