Skip to content

Commit c6dfde7

Browse files
committed
[meta.reflection.traits] Use maths variables consistently
Also removes a comma that should not have been added.
1 parent 150caec commit c6dfde7

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

source/meta.tex

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6829,8 +6829,8 @@
68296829
\begin{itemdescr}
68306830
\pnum
68316831
\returns
6832-
\tcode{rank_v<T>},
6833-
where \tcode{T} is the type represented by \tcode{dealias(type)}.
6832+
\tcode{rank_v<$T$>},
6833+
where $T$ is the type represented by \tcode{dealias(type)}.
68346834
\end{itemdescr}
68356835

68366836
\indexlibraryglobal{extent}%
@@ -6841,9 +6841,9 @@
68416841
\begin{itemdescr}
68426842
\pnum
68436843
\returns
6844-
\tcode{extent_v<T, I>},
6845-
where \tcode{T} is the type represented by \tcode{dealias(type)}
6846-
and \tcode{I} is a constant equal to \tcode{i}.
6844+
\tcode{extent_v<$T$, $I$>},
6845+
where $T$ is the type represented by \tcode{dealias(type)}
6846+
and $I$ is a constant equal to \tcode{i}.
68476847
\end{itemdescr}
68486848

68496849
\indexlibraryglobal{tuple_size}%
@@ -6854,8 +6854,8 @@
68546854
\begin{itemdescr}
68556855
\pnum
68566856
\returns
6857-
\tcode{tuple_size_v<T>},
6858-
where \tcode{T} is the type represented by \tcode{dealias(type)}.
6857+
\tcode{tuple_size_v<$T$>},
6858+
where $T$ is the type represented by \tcode{dealias(type)}.
68596859
\end{itemdescr}
68606860

68616861
\indexlibraryglobal{tuple_element}%
@@ -6867,8 +6867,8 @@
68676867
\pnum
68686868
\returns
68696869
A reflection representing
6870-
the type denoted by \tcode{tuple_element_t<$I$, T>},
6871-
where \tcode{T} is the type represented by \tcode{dealias(type)},
6870+
the type denoted by \tcode{tuple_element_t<$I$, $T$>},
6871+
where $T$ is the type represented by \tcode{dealias(type)}
68726872
and $I$ is a constant equal to \tcode{index}.
68736873
\end{itemdescr}
68746874

@@ -6880,8 +6880,8 @@
68806880
\begin{itemdescr}
68816881
\pnum
68826882
\returns
6883-
\tcode{variant_size_v<T>},
6884-
where \tcode{T} is the type represented by \tcode{dealias(type)}.
6883+
\tcode{variant_size_v<$T$>},
6884+
where $T$ is the type represented by \tcode{dealias(type)}.
68856885
\end{itemdescr}
68866886

68876887
\indexlibraryglobal{variant_alternative}%
@@ -6893,8 +6893,8 @@
68936893
\pnum
68946894
\returns
68956895
A reflection representing the type denoted by
6896-
\tcode{variant_alternative_t<\brk{}$I$, T>},
6897-
where \tcode{T} is the type represented by \tcode{dealias(type)}
6896+
\tcode{variant_alternative_t<$I$, $T$>},
6897+
where $T$ is the type represented by \tcode{dealias(type)}
68986898
and $I$ is a constant equal to \tcode{index}.
68996899
\end{itemdescr}
69006900

@@ -6906,8 +6906,8 @@
69066906
\begin{itemdescr}
69076907
\pnum
69086908
\returns
6909-
\tcode{type_order_v<T1, T2>},
6910-
where \tcode{T1} and \tcode{T2} are the types
6909+
\tcode{type_order_v<$T_1$, $T_2$>},
6910+
where $T_1$ and $T_2$ are the types
69116911
represented by \tcode{dealias(t1)} and \tcode{dealias(t2)}, respectively.
69126912
\end{itemdescr}
69136913

0 commit comments

Comments
 (0)