File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4689
4689
\indextext {class!trivial}%
4690
4690
\indextext {class!trivially copyable}%
4691
4691
\indextext {class!standard-layout}%
4692
+ \label {term.scalar.type }%
4692
4693
Arithmetic types\iref {basic.fundamental }, enumeration types,
4693
4694
pointer types, pointer-to-member types\iref {basic.compound },
4694
4695
\tcode {std::nullptr_t},
Original file line number Diff line number Diff line change 4367
4367
\item
4368
4368
if
4369
4369
\tcode {T}
4370
- is a scalar type\iref {basic.types }, the
4370
+ is a scalar type\iref {term.scalar.type }, the
4371
4371
object
4372
4372
is initialized to the value obtained by converting the integer literal \tcode {0}
4373
4373
(zero) to
Original file line number Diff line number Diff line change 20114
20114
\indexlibraryglobal{is_scalar}%
20115
20115
\tcode{template<class T>}\br
20116
20116
\tcode{struct is_scalar;} &
20117
- \tcode{T} is a scalar type\iref{basic.types} & \\ \rowsep
20117
+ \tcode{T} is a scalar type\iref{term.scalar.type} & \\ \rowsep
20118
20118
\indexlibraryglobal{is_compound}%
20119
20119
\tcode{template<class T>}\br
20120
20120
\tcode{struct is_compound;} &
You can’t perform that action at this time.
0 commit comments