Skip to content

Commit 854c058

Browse files
committed
[std] Introduce the label 'term.object.type'
1 parent d41a91b commit 854c058

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
@@ -4677,6 +4677,7 @@
46774677
\end{note}
46784678

46794679
\pnum
4680+
\label{term.object.type}%
46804681
An \defn{object type} is a (possibly cv-qualified) type that is not
46814682
a function type, not a reference type, and not \cv{}~\keyword{void}.
46824683

source/lib-intro.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1803,7 +1803,7 @@
18031803
{allocator.req.var}
18041804
\topline
18051805
\lhdr{Variable} & \rhdr{Definition} \\ \capsep
1806-
\tcode{T, U, C} & any \cv-unqualified object type\iref{basic.types} \\ \rowsep
1806+
\tcode{T, U, C} & any \cv-unqualified object type\iref{term.object.type} \\ \rowsep
18071807
\tcode{X} & an allocator class for type \tcode{T} \\ \rowsep
18081808
\tcode{Y} & the corresponding allocator class for type \tcode{U} \\ \rowsep
18091809
\tcode{XX} & the type \tcode{allocator_traits<X>} \\ \rowsep

source/utilities.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -13984,7 +13984,7 @@
1398413984

1398513985
\pnum
1398613986
A \defnx{function object type}{function object!type} is an object
13987-
type\iref{basic.types} that can be the type of the
13987+
type\iref{term.object.type} that can be the type of the
1398813988
\grammarterm{postfix-expression} in a function call
1398913989
(\ref{expr.call}, \ref{over.match.call}).
1399013990
\begin{footnote}
@@ -17913,7 +17913,7 @@
1791317913
\indexlibraryglobal{is_object}%
1791417914
\tcode{template<class T>}\br
1791517915
\tcode{struct is_object;} &
17916-
\tcode{T} is an object type\iref{basic.types} & \\ \rowsep
17916+
\tcode{T} is an object type\iref{term.object.type} & \\ \rowsep
1791717917
\indexlibraryglobal{is_scalar}%
1791817918
\tcode{template<class T>}\br
1791917919
\tcode{struct is_scalar;} &

0 commit comments

Comments
 (0)