Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/classes.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6610,11 +6610,11 @@
\end{note}

\pnum
The direct base class subobjects of \tcode{C},
The direct base class subobjects of an object \tcode{x} of class \tcode{C},
in the order of their declaration in the \grammarterm{base-specifier-list} of \tcode{C},
followed by the non-static data members of \tcode{C},
Comment thread
tkoeppe marked this conversation as resolved.
followed by the direct member subobjects of \tcode{x},
in the order of their declaration in the \grammarterm{member-specification} of \tcode{C},
form a list of subobjects.
form a list of subobjects for \tcode{x}.
In that list, any subobject of array type is recursively expanded
to the sequence of its elements, in the order of increasing subscript.
Let $\tcode{x}_i$ be an lvalue denoting the $i^\text{th}$ element
Expand Down
Loading