File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 4706
4706
Scalar types, trivial class types\iref {class.prop },
4707
4707
arrays of such types and cv-qualified versions of these
4708
4708
types are collectively called
4709
- \defnadjx {trivial}{types}{type}. Scalar types, standard-layout class
4709
+ \defnadjx {trivial}{types}{type}.
4710
+ \label {term.standard.layout.type }%
4711
+ Scalar types, standard-layout class
4710
4712
types\iref {class.prop }, arrays of such types and
4711
4713
cv-qualified versions of these types
4712
4714
are collectively called \defnadjx {standard-layout}{types}{type}.
Original file line number Diff line number Diff line change 5
5
6
6
\pnum
7
7
This Clause describes components for manipulating sequences of
8
- any non-array trivial standard-layout\iref {basic.types } type.
8
+ any non-array trivial standard-layout\iref {term.standard.layout.type } type.
9
9
Such types are called \defnx {char-like types}{char-like type},
10
10
and objects of
11
11
char-like types are called \defnx {char-like objects}{char-like object} or
Original file line number Diff line number Diff line change 20205
20205
\indexlibraryglobal{is_standard_layout}%
20206
20206
\tcode{template<class T>}\br
20207
20207
\tcode{struct is_standard_layout;} &
20208
- \tcode{T} is a standard-layout type\iref{basic.types } &
20208
+ \tcode{T} is a standard-layout type\iref{term.standard.layout.type } &
20209
20209
\tcode{remove_all_extents_t<T>} shall be a complete
20210
20210
type or \cv{}~\keyword{void}. \\ \rowsep
20211
20211
You can’t perform that action at this time.
0 commit comments