Skip to content

Commit 150caec

Browse files
committed
[tab:meta.reflection.traits] Use subscripts for maths T_1, T_2
1 parent 416219e commit 150caec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/meta.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6760,8 +6760,8 @@
67606760

67616761
\tcode{bool meta::\placeholder{BINARY}(info t1, info t2);\br
67626762
bool meta::\placeholder{BINARY}_type(info t1, info t2);} &
6763-
\tcode{std::\placeholder{BINARY}_v<$\mathit{T1}$, $\mathit{T2}$>},
6764-
where $\mathit{T1}$ and $\mathit{T2}$ are the types or type aliases
6763+
\tcode{std::\placeholder{BINARY}_v<$T_1$, $T_2$>},
6764+
where $T_1$ and $T_2$ are the types or type aliases
67656765
represented by \tcode{t1} and \tcode{t2}, respectively
67666766
\\ \rowsep
67676767

@@ -6775,8 +6775,8 @@
67756775

67766776
\tcode{template<reflection_range R>\br
67776777
bool meta::\placeholder{VARIADIC}_type(info t1, info t2, R\&\& args);} &
6778-
\tcode{std::\placeholder{VARIADIC}_v<$\mathit{T1}$, $\mathit{T2}$, $U$...>},
6779-
where $\mathit{T1}$ and $\mathit{T2}$ are the types or type aliases
6778+
\tcode{std::\placeholder{VARIADIC}_v<$T_1$, $T_2$, $U$...>},
6779+
where $T_1$ and $T_2$ are the types or type aliases
67806780
represented by \tcode{t1} and \tcode{t2}, respectively,
67816781
and \tcode{$U$...} is the pack of types or type aliases
67826782
whose elements are represented by the corresponding elements of \tcode{args}

0 commit comments

Comments
 (0)