File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 48394839The \defnx {object representation}{representation!object}
48404840of a complete object type \tcode {T} is the
48414841sequence of \placeholder {N} \tcode {\keyword {unsigned} \keyword {char}} objects taken up
4842- by a non-bit-field complete object of type \tcode {T},
4842+ by a complete object of type \tcode {T},
48434843where \placeholder {N} equals
48444844\tcode {\keyword {sizeof}(T)}.
48454845The \defnx {value representation}{representation!value}
48464846of a type \tcode {T} is the set of bits
48474847in the object representation of \tcode {T}
48484848that participate in representing a value of type \tcode {T}.
48494849The object and value representation of
4850- a non-bit-field complete object of type \tcode {T} are
4850+ a complete object of type \tcode {T} are
48514851the bytes and bits, respectively, of
48524852the object corresponding to the object and value representation of its type.
48534853The object representation of a bit-field object is
You can’t perform that action at this time.
0 commit comments