Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions source/utilities.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1408,7 +1408,7 @@
$\tcode{I} < 2$.

\pnum
\ctype
\result
The type \tcode{T1} if \tcode{I} is 0, otherwise the type \tcode{T2}.
\end{itemdescr}

Expand Down Expand Up @@ -2788,7 +2788,7 @@
$\tcode{I} < \tcode{sizeof...(Types)}$.

\pnum
\ctype
\result
\tcode{TI} is the
type of the $\tcode{I}^\text{th}$ element of \tcode{Types},
where indexing is zero-based.
Expand Down Expand Up @@ -3076,6 +3076,9 @@
\tcode{tuple<common_reference_t<TQual<TTypes>, UQual<UTypes>>...>}
denotes a type.
\end{itemize}

\pnum
\result
The member \grammarterm{typedef-name} \tcode{type} denotes the type
\tcode{tuple<common_reference_t<TQual<TTypes>, \linebreak{}UQual<UTypes>>...>}.
\end{itemdescr}
Expand Down Expand Up @@ -3104,7 +3107,10 @@
\item
\tcode{tuple<common_type_t<TTypes, UTypes>...>} denotes a type.
\end{itemize}
The member \grammarterm{typedef-name} \tcode{type} denotes the type

\pnum
\result
The member \grammarterm{typedef-name} \tcode{type} denotes the type\\
\tcode{tuple<common_type_t<TTypes, UTypes>...>}.
\end{itemdescr}

Expand Down Expand Up @@ -6508,7 +6514,7 @@
$\tcode{I} < \tcode{sizeof...(Types)}$.

\pnum
\ctype
\result
The type $\tcode{T}_I$.
\end{itemdescr}

Expand Down