File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 4595
4595
\indextext {object!byte copying and|)}
4596
4596
4597
4597
\pnum
4598
+ \label {term.object.representation }%
4598
4599
The \defnx {object representation}{representation!object}
4599
4600
of an object of type \tcode {T} is the
4600
4601
sequence of \placeholder {N} \tcode {\keyword {unsigned} \keyword {char}} objects taken up
Original file line number Diff line number Diff line change 1659
1659
1660
1660
\pnum
1661
1661
The implicitly-defined copy/move constructor for a union
1662
- \tcode {X} copies the object representation\iref {basic.types } of \tcode {X}.
1662
+ \tcode {X} copies the object representation\iref {term.object.representation } of \tcode {X}.
1663
1663
For each object nested within\iref {intro.object }
1664
1664
the object that is the source of the copy,
1665
1665
a corresponding object $ o$ nested within the destination
1984
1984
1985
1985
\pnum
1986
1986
The implicitly-defined copy assignment operator for a
1987
- union \tcode {X} copies the object representation\iref {basic.types } of \tcode {X}.
1987
+ union \tcode {X} copies the object representation\iref {term.object.representation } of \tcode {X}.
1988
1988
If the source and destination of the assignment are not the same object, then
1989
1989
for each object nested within\iref {intro.object }
1990
1990
the object that is the source of the copy,
Original file line number Diff line number Diff line change 4826
4826
\end {note }
4827
4827
\begin {note }
4828
4828
See~\ref {intro.memory } for the definition of byte
4829
- and~\ref {basic.types } for the definition of object representation.
4829
+ and~\ref {term.object.representation } for the definition of object representation.
4830
4830
\end {note }
4831
4831
4832
4832
\pnum
Original file line number Diff line number Diff line change 8764
8764
Initializes the first \tcode{M} bit positions to the corresponding bit
8765
8765
values in \tcode{val}.
8766
8766
\tcode{M} is the smaller of \tcode{N} and the number of bits in the value
8767
- representation\iref{basic.types } of \tcode{unsigned long long}.
8767
+ representation\iref{term.object.representation } of \tcode{unsigned long long}.
8768
8768
If \tcode{M < N}, the remaining bit positions are initialized to zero.
8769
8769
\end{itemdescr}
8770
8770
You can’t perform that action at this time.
0 commit comments