Skip to content

Commit afb2703

Browse files
committed
[std] Introduce the label 'term.object.type'
1 parent fb7c2a0 commit afb2703

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

source/basic.tex

+1
Original file line numberDiff line numberDiff line change
@@ -4684,6 +4684,7 @@
46844684
\end{note}
46854685

46864686
\pnum
4687+
\label{term.object.type}%
46874688
An \defn{object type} is a (possibly cv-qualified) type that is not
46884689
a function type, not a reference type, and not \cv{}~\keyword{void}.
46894690

source/lib-intro.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1836,7 +1836,7 @@
18361836
{allocator.req.var}
18371837
\topline
18381838
\lhdr{Variable} & \rhdr{Definition} \\ \capsep
1839-
\tcode{T, U, C} & any \cv-unqualified object type\iref{basic.types} \\ \rowsep
1839+
\tcode{T, U, C} & any \cv-unqualified object type\iref{term.object.type} \\ \rowsep
18401840
\tcode{X} & an allocator class for type \tcode{T} \\ \rowsep
18411841
\tcode{Y} & the corresponding allocator class for type \tcode{U} \\ \rowsep
18421842
\tcode{XX} & the type \tcode{allocator_traits<X>} \\ \rowsep

source/utilities.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -16160,7 +16160,7 @@
1616016160

1616116161
\pnum
1616216162
A \defnx{function object type}{function object!type} is an object
16163-
type\iref{basic.types} that can be the type of the
16163+
type\iref{term.object.type} that can be the type of the
1616416164
\grammarterm{postfix-expression} in a function call
1616516165
(\ref{expr.call}, \ref{over.match.call}).
1616616166
\begin{footnote}
@@ -20110,7 +20110,7 @@
2011020110
\indexlibraryglobal{is_object}%
2011120111
\tcode{template<class T>}\br
2011220112
\tcode{struct is_object;} &
20113-
\tcode{T} is an object type\iref{basic.types} & \\ \rowsep
20113+
\tcode{T} is an object type\iref{term.object.type} & \\ \rowsep
2011420114
\indexlibraryglobal{is_scalar}%
2011520115
\tcode{template<class T>}\br
2011620116
\tcode{struct is_scalar;} &

0 commit comments

Comments
 (0)