File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4684
4684
\end {note }
4685
4685
4686
4686
\pnum
4687
+ \label {term.object.type }%
4687
4688
An \defn {object type} is a (possibly cv-qualified) type that is not
4688
4689
a function type, not a reference type, and not \cv {}~\keyword {void}.
4689
4690
Original file line number Diff line number Diff line change 1836
1836
{allocator.req.var}
1837
1837
\topline
1838
1838
\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
1840
1840
\tcode {X} & an allocator class for type \tcode {T} \\ \rowsep
1841
1841
\tcode {Y} & the corresponding allocator class for type \tcode {U} \\ \rowsep
1842
1842
\tcode {XX} & the type \tcode {allocator_traits<X>} \\ \rowsep
Original file line number Diff line number Diff line change 16160
16160
16161
16161
\pnum
16162
16162
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
16164
16164
\grammarterm{postfix-expression} in a function call
16165
16165
(\ref{expr.call}, \ref{over.match.call}).
16166
16166
\begin{footnote}
20110
20110
\indexlibraryglobal{is_object}%
20111
20111
\tcode{template<class T>}\br
20112
20112
\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
20114
20114
\indexlibraryglobal{is_scalar}%
20115
20115
\tcode{template<class T>}\br
20116
20116
\tcode{struct is_scalar;} &
You can’t perform that action at this time.
0 commit comments